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/04/15 10:09:04 UTC

[camel] branch master updated (c36901f -> b874c4d)

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 c36901f  Sync deps
     new 45f4713  Upgrade Redisson to version 3.15.3
     new b874c4d  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 b874c4ddc4aa38947844133bf74817a61b403566
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 15 12:08:07 2021 +0200

    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 a10e1b1..a4a8dd4 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -484,7 +484,7 @@
     <reactive-streams-version>1.0.3</reactive-streams-version>
     <reactor-netty-version>1.0.2</reactor-netty-version>
     <reactor-version>3.2.16.RELEASE</reactor-version>
-    <redisson-version>3.14.0</redisson-version>
+    <redisson-version>3.15.3</redisson-version>
     <rescu-version>2.0.4</rescu-version>
     <resilience4j-version>1.7.0</resilience4j-version>
     <rest-assured-version>4.3.3</rest-assured-version>

[camel] 01/02: Upgrade Redisson to version 3.15.3

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 45f47134c6fba2c9762c6edcea1659d3e2b9205b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 15 12:05:37 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index caffc65..da5d4ab 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -472,7 +472,7 @@
         <reactive-streams-version>1.0.3</reactive-streams-version>
         <reactor-version>3.2.16.RELEASE</reactor-version>
         <reactor-netty-version>1.0.2</reactor-netty-version>
-        <redisson-version>3.14.0</redisson-version>
+        <redisson-version>3.15.3</redisson-version>
         <rescu-version>2.0.4</rescu-version>
         <resilience4j-version>1.7.0</resilience4j-version>
         <rest-assured-version>4.3.3</rest-assured-version>