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 2019/08/07 08:10:27 UTC

[camel] branch master updated: Upgrade jetty

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 fc5a271  Upgrade jetty
fc5a271 is described below

commit fc5a2717bc6700474054dd911784e976a218ee22
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 7 10:07:23 2019 +0200

    Upgrade jetty
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index beb710f..d31dff4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -341,7 +341,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.18.v20190429</jetty9-version>
+        <jetty9-version>9.4.19.v20190610</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>