You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/12 08:00:06 UTC

[camel] branch camel-4.0.x updated: Upgrad Jetty 11.0.17

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

davsclaus 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 c900c0d6a90 Upgrad Jetty 11.0.17
c900c0d6a90 is described below

commit c900c0d6a907fd9d7bce6ccc86749d57db9e8b4c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Oct 12 09:59:56 2023 +0200

    Upgrad Jetty 11.0.17
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b7f879b88de..ba28c081c91 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.15</jetty-version>
+        <jetty-version>11.0.17</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>