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/02/26 19:41:13 UTC

[camel] branch main updated: Upgrade to Jetty 11.0.13

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 142ceba4ac3 Upgrade to Jetty 11.0.13
142ceba4ac3 is described below

commit 142ceba4ac34ad7d71c5634badc6f0e53b7d438f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Feb 26 20:41:02 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index d79438d57f2..e9c8d14b3d2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -273,7 +273,7 @@
         <jetcd-grpc-version>1.47.0</jetcd-grpc-version>
         <jetcd-guava-version>31.1-jre</jetcd-guava-version>
         <jetcd-version>0.7.5</jetcd-version>
-        <jetty-version>11.0.12</jetty-version>
+        <jetty-version>11.0.13</jetty-version>
         <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
         <jettison-version>1.5.3</jettison-version>