You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/03/19 11:59:23 UTC

(camel) branch camel-4.0.x updated: Upgrade Jetty to 11.0.20

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

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


The following commit(s) were added to refs/heads/camel-4.0.x by this push:
     new 37e36b2edd1 Upgrade Jetty to 11.0.20
37e36b2edd1 is described below

commit 37e36b2edd1dfade1e4659489a3dcdb8392bc2ed
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Mar 19 10:27:50 2024 +0000

    Upgrade Jetty to 11.0.20
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7152474fd51..26b95b14183 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -258,7 +258,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.20</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>