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 2023/06/09 09:02:35 UTC

[camel] branch main updated (f4134a5a1e0 -> 4c5c8662cf9)

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

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


    from f4134a5a1e0 Sync deps
     new 965824c1504 Upgrade Redisson to version 3.22.0
     new 4c5c8662cf9 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] 01/02: Upgrade Redisson to version 3.22.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 965824c1504e4c03c532f49b0d0a7a53c6225345
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 9 11:00:47 2023 +0200

    Upgrade Redisson to version 3.22.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 567e5beaf0f..4818856138e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -427,7 +427,7 @@
         <reactive-streams-version>1.0.4</reactive-streams-version>
         <reactor-version>3.5.6</reactor-version>
         <reactor-netty-version>1.1.6</reactor-netty-version>
-        <redisson-version>3.20.1</redisson-version>
+        <redisson-version>3.22.0</redisson-version>
         <resilience4j-version>2.0.2</resilience4j-version>
         <rest-assured-version>5.3.0</rest-assured-version>
         <roaster-version>2.26.0.Final</roaster-version>


[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 main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 4c5c8662cf9f19ac1e055727deaa32cb00781bf1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 9 11:02:21 2023 +0200

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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 107c59fd5b0..de4fad0f52d 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -432,7 +432,7 @@
         <reactive-streams-version>1.0.4</reactive-streams-version>
         <reactor-version>3.5.6</reactor-version>
         <reactor-netty-version>1.1.6</reactor-netty-version>
-        <redisson-version>3.20.1</redisson-version>
+        <redisson-version>3.22.0</redisson-version>
         <resilience4j-version>2.0.2</resilience4j-version>
         <rest-assured-version>5.3.0</rest-assured-version>
         <roaster-version>2.26.0.Final</roaster-version>