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/09/21 09:23:07 UTC

[camel] 01/01: Upgrade Jetty to version 11.0.16

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

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

commit c4c8f2b267ff8eeaacd6840e16e8b961f01d8f7a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 21 11:22:46 2023 +0200

    Upgrade Jetty to version 11.0.16
    
    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 0af4a141f00..89ecf928a8f 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.15</jetty-version>
+        <jetty-version>11.0.16</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>