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:51:02 UTC

[camel] branch main updated: Upgrade to undertow 2.3.4

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 af0c8e8b259 Upgrade to undertow 2.3.4
af0c8e8b259 is described below

commit af0c8e8b259c4d749ccdc74f06b4e128237a9e4b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 8 08:50:31 2023 +0100

    Upgrade to undertow 2.3.4
---
 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 ec1a673c4a1..29b3bcebccd 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -477,7 +477,7 @@
         <tika-version>2.7.0</tika-version>
         <twilio-version>9.2.3</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>
-        <undertow-version>2.3.3.Final</undertow-version>
+        <undertow-version>2.3.4.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 c03d63d1fc5..62de5cd9022 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -472,7 +472,7 @@
         <tika-version>2.7.0</tika-version>
         <twilio-version>9.2.3</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>
-        <undertow-version>2.3.3.Final</undertow-version>
+        <undertow-version>2.3.4.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>