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:28:05 UTC

[camel] branch camel-3.x updated: Upgrade undertow to 2.2.28.Final (#11787)

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 339961c9254 Upgrade undertow to 2.2.28.Final (#11787)
339961c9254 is described below

commit 339961c92547f83c159bd9c5bc187a19256ed9ad
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Fri Oct 20 10:27:59 2023 -0400

    Upgrade undertow to 2.2.28.Final (#11787)
---
 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 3c7bb34c566..149e6a4a6c7 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -545,7 +545,7 @@
     <trimStackTrace>false</trimStackTrace>
     <twilio-version>7.55.3</twilio-version>
     <twitter4j-version>4.0.7</twitter4j-version>
-    <undertow-version>2.2.25.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 a5d31ff4a28..7e52cfd6eb8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -534,7 +534,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.25.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>