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 2020/09/30 10:00:57 UTC

[camel] 01/02: Upgrade Undertow to version 2.2.0.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 bbaa20dad53b06977a004631e69fd042a15b2e49
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 30 11:41:54 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c343b9a..c61d58d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -540,7 +540,7 @@
         <tika-version>1.24.1</tika-version>
         <twilio-version>7.55.3</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>
-        <undertow-version>2.1.3.Final</undertow-version>
+        <undertow-version>2.2.0.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>