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 09:52:51 UTC

[camel] 01/01: Upgrade Jetty to version 9.4.53.v20231009

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

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

commit 94bb9f475debf274b6be7a810251232537bad7b4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 12 11:50:39 2023 +0200

    Upgrade Jetty to version 9.4.53.v20231009
    
    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 a9bb69a8329..3a2a3e5995f 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>