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/20 14:29:17 UTC

[camel] branch camel-3.20.x updated: Upgrade undertow to 2.2.28.Final

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

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


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 6d7c20a10f7 Upgrade undertow to 2.2.28.Final
6d7c20a10f7 is described below

commit 6d7c20a10f7b45cd70be64af9d344d1515dbab97
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Oct 20 16:29:09 2023 +0200

    Upgrade undertow to 2.2.28.Final
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index db4a9e10d9d..115eaf560b9 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -542,7 +542,7 @@
     <trimStackTrace>false</trimStackTrace>
     <twilio-version>7.55.3</twilio-version>
     <twitter4j-version>4.0.7</twitter4j-version>
-    <undertow-version>2.2.24.Final</undertow-version>
+    <undertow-version>2.2.28.Final</undertow-version>
     <univocity-parsers-version>2.9.1</univocity-parsers-version>
     <validation-api-version>2.0.1.Final</validation-api-version>
     <vavr-version>0.10.2</vavr-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 1e5d7467dce..43efe0db132 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -531,7 +531,7 @@
         <tika-version>2.6.0</tika-version>
         <twilio-version>7.55.3</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>
-        <undertow-version>2.2.24.Final</undertow-version>
+        <undertow-version>2.2.28.Final</undertow-version>
         <univocity-parsers-version>2.9.1</univocity-parsers-version>
         <validation-api-version>2.0.1.Final</validation-api-version>
         <vavr-version>0.10.2</vavr-version>