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/11/13 12:08:20 UTC

[camel] branch master updated (ec6b1ab -> b8cc27f)

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 ec6b1ab  CAMEL-15836 - Camel-AWS2-DDB: enable autowire on the DynamoDbStreams client, added a note in migration guide
     new 5eab3f6  Upgrade Rest Assured to version 4.3.2
     new b8cc27f  Sync deps

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 deps

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 b8cc27f4649e5ed21c1794dbc6933bcc9e5dbee9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 13 13:07:06 2020 +0100

    Sync deps
---
 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 8480bce..5dbe794 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -492,7 +492,7 @@
     <redisson-version>3.13.5</redisson-version>
     <rescu-version>2.0.2</rescu-version>
     <resilience4j-version>1.5.0</resilience4j-version>
-    <rest-assured-version>4.3.1</rest-assured-version>
+    <rest-assured-version>4.3.2</rest-assured-version>
     <resteasy-version>4.5.6.Final</resteasy-version>
     <rhino-js-version>1.7R2</rhino-js-version>
     <rhino-version>1.7.7.1</rhino-version>


[camel] 01/02: Upgrade Rest Assured to version 4.3.2

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 5eab3f64373ac7a4b3630b49532c96da672868db
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 13 13:06:17 2020 +0100

    Upgrade Rest Assured to version 4.3.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 339d07f..3f38c70 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -480,7 +480,7 @@
         <redisson-version>3.13.5</redisson-version>
         <rescu-version>2.0.2</rescu-version>
         <resilience4j-version>1.5.0</resilience4j-version>
-        <rest-assured-version>4.3.1</rest-assured-version>
+        <rest-assured-version>4.3.2</rest-assured-version>
         <resteasy-version>4.5.6.Final</resteasy-version>
         <rhino-version>1.7.7.1</rhino-version>
         <rhino-js-version>1.7R2</rhino-js-version>