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:08:44 UTC

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

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

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


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

commit 5be242b6e61e771a5066bafe8587081dca4d26e9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 12 13:08:29 2023 +0200

    Upgrade Jetty to version 9.4.53.v20231009 (#11706)
    
    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 f4349c8a29e..a5d31ff4a28 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -307,7 +307,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>