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/03/08 07:52:55 UTC

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

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 cf31a2ada97 Upgrade to undertow 2.2.23
cf31a2ada97 is described below

commit cf31a2ada97c328d9a1e302434a6d26e69f71f56
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 8 08:52:44 2023 +0100

    Upgrade to undertow 2.2.23
---
 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 b9dfeba6494..3b96cf65d5e 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -541,7 +541,7 @@
     <trimStackTrace>false</trimStackTrace>
     <twilio-version>7.55.3</twilio-version>
     <twitter4j-version>4.0.7</twitter4j-version>
-    <undertow-version>2.2.22.Final</undertow-version>
+    <undertow-version>2.2.23.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 5b2c5fc243d..50320da6bd2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -528,7 +528,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.22.Final</undertow-version>
+        <undertow-version>2.2.23.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>