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/10/17 16:06:38 UTC

[camel] branch master updated: Upgrade Jetty to 9.4.32

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 2e0786f  Upgrade Jetty to 9.4.32
2e0786f is described below

commit 2e0786f6064be7afcfe84531248dfc4a32ea170a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Oct 17 18:06:17 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 561ded7..84045fe 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -318,7 +318,7 @@
         <jedis-client-version>3.3.0</jedis-client-version>
         <jersey-version>2.28</jersey-version>
         <jetcd-version>0.5.3</jetcd-version>
-        <jetty9-version>9.4.31.v20200723</jetty9-version>
+        <jetty9-version>9.4.32.v20200930</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>