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 2023/10/12 11:09:02 UTC

[camel] branch camel-3.20.x updated: Upgrade Jetty to version 9.4.53.v20231009 (#11708)

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

acosentino pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 3c05004b2a3 Upgrade Jetty to version 9.4.53.v20231009 (#11708)
3c05004b2a3 is described below

commit 3c05004b2a3687319f3fb32da69d0479bac11899
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 12 13:08:35 2023 +0200

    Upgrade Jetty to version 9.4.53.v20231009 (#11708)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 86f8bb5d889..1e5d7467dce 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -306,7 +306,7 @@
         <jetcd-grpc-version>1.47.0</jetcd-grpc-version>
         <jetcd-guava-version>31.1-jre</jetcd-guava-version>
         <jetcd-version>0.7.3</jetcd-version>
-        <jetty9-version>9.4.52.v20230823</jetty9-version>
+        <jetty9-version>9.4.53.v20231009</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>