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 2020/03/25 18:50:21 UTC

[camel] branch master updated: Upgrade Jetty to version used in Karaf 4.2.8

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 81ce57f  Upgrade Jetty to version used in Karaf 4.2.8
81ce57f is described below

commit 81ce57fd320958613274d83feed1b479282d2888
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 25 19:48:58 2020 +0100

    Upgrade Jetty to version used in Karaf 4.2.8
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 108b0bb..9ceac0c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -365,7 +365,7 @@
         <jedis-client-version>3.1.0</jedis-client-version>
         <jedis-client-bundle-version>3.1.0_1</jedis-client-bundle-version>
         <jersey-version>2.28</jersey-version>
-        <jetty9-version>9.4.20.v20190813</jetty9-version>
+        <jetty9-version>9.4.22.v20191022</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>