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:56 UTC

[camel] branch master updated (7148aa0 -> c5b49f0)

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

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


    from 7148aa0  Camel-AWS2-STS: Added a localstack test for AssumeRole operation
     new bbaa20d  Upgrade Undertow to version 2.2.0.Final
     new c5b49f0  Sync Properties

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Sync Properties

Posted by ac...@apache.org.
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 c5b49f0f5206f50cc7824d462893699b7cf766ca
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 30 11:58:56 2020 +0200

    Sync Properties
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 6190f71..7ca77cb 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -553,7 +553,7 @@
     <trimStackTrace>false</trimStackTrace>
     <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>


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

Posted by ac...@apache.org.
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>