You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/18 08:15:07 UTC

[camel] branch master updated: Revert "CAMEL-14079: Upgrade Jetty to 9.4.21"

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

acosentino 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 b99cb70  Revert "CAMEL-14079: Upgrade Jetty to 9.4.21"
b99cb70 is described below

commit b99cb708c4921b13f927e47f81bcd91db5653c60
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 18 10:08:40 2019 +0200

    Revert "CAMEL-14079: Upgrade Jetty to 9.4.21"
    
    This reverts commit d5d75adc5e5c7cb6ae908518bc7d0e8560fa99f7.
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 363ffd9..59c819d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -344,7 +344,7 @@
         <jedis-client-version>2.9.0</jedis-client-version>
         <jedis-client-bundle-version>2.9.0_1</jedis-client-bundle-version>
         <jersey-version>2.28</jersey-version>
-        <jetty9-version>9.4.21.v20190926</jetty9-version>
+        <jetty9-version>9.4.20.v20190813</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>