You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/08/27 12:19:00 UTC

[camel] branch master updated: CAMEL-12752: Upgrade Jetty to 9.4.11

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new a0c2e10  CAMEL-12752: Upgrade Jetty to 9.4.11
a0c2e10 is described below

commit a0c2e10fb6bdd14634ea72f5ad3007828ddc9835
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 27 14:18:44 2018 +0200

    CAMEL-12752: Upgrade Jetty to 9.4.11
---
 parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2f4584e..af31d38 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -382,8 +382,7 @@
     <jersey-version>2.11</jersey-version>
     <jetty6-bundle-version>6.1.26_4</jetty6-bundle-version>
     <jetty92-version>9.2.22.v20170606</jetty92-version>
-    <!-- Jetty 9.4.7 is buggy, do not use -->
-    <jetty9-version>9.4.6.v20170531</jetty9-version>
+    <jetty9-version>9.4.11.v20180605</jetty9-version>
     <jetty-version>${jetty9-version}</jetty-version>
     <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
     <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>