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/11/06 12:13:25 UTC

(camel) branch jetty-11.0.18 created (now 6ce82199877)

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

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


      at 6ce82199877 Upgrade Jetty to version 11.0.18

This branch includes the following new commits:

     new 6ce82199877 Upgrade Jetty to version 11.0.18

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 11.0.18

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

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

commit 6ce82199877529266b5b1e07538c177801b0b686
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 6 13:13:01 2023 +0100

    Upgrade Jetty to version 11.0.18
    
    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 dfb0bca50f7..895bae3eff4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -256,7 +256,7 @@
         <jcr-version>2.0</jcr-version>
         <jedis-client-version>4.4.3</jedis-client-version>
         <jetcd-version>0.7.5</jetcd-version>
-        <jetty-version>11.0.17</jetty-version>
+        <jetty-version>11.0.18</jetty-version>
         <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
         <jettison-version>1.5.4</jettison-version>