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:53:02 UTC

[camel] branch jetty-up-3.20.x created (now 251e4d0598e)

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

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


      at 251e4d0598e Upgrade Jetty to version 9.4.53.v20231009

This branch includes the following new commits:

     new 251e4d0598e Upgrade Jetty to version 9.4.53.v20231009

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 251e4d0598edeedae1006d49c5dbdf3a79a60c90
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 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>