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/06/22 10:55:53 UTC

[camel] branch camel-3.x updated: Upgrade undertow 2.2.25

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

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


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 8cec47c0a7b Upgrade undertow 2.2.25
8cec47c0a7b is described below

commit 8cec47c0a7b9fdee78cb5b15c7a76bfc99b617cd
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jun 22 12:55:43 2023 +0200

    Upgrade undertow 2.2.25
---
 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 d10874cc148..ff0997e73e6 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.23.Final</undertow-version>
+    <undertow-version>2.2.25.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 d499fc21043..c48e1fb33f5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -529,7 +529,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.23.Final</undertow-version>
+        <undertow-version>2.2.25.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>