You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/13 15:33:53 UTC

[camel] 01/02: Upgrade Undertow to version 2.2.3.Final

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit dfe60a1521683a8aafb6e25067194665da6933f6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 13 14:25:54 2021 +0100

    Upgrade Undertow to version 2.2.3.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8242698..7cc616d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -532,7 +532,7 @@
         <tika-version>1.25</tika-version>
         <twilio-version>7.55.3</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>
-        <undertow-version>2.2.0.Final</undertow-version>
+        <undertow-version>2.2.3.Final</undertow-version>
         <univocity-parsers-version>2.9.0</univocity-parsers-version>
         <validation-api-version>2.0.1.Final</validation-api-version>
         <vavr-version>0.10.2</vavr-version>