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/04/17 09:17:47 UTC

[camel] branch main updated (97d77b4d813 -> 93477d40a26)

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 97d77b4d813 CAMEL-19271: camel-jbang - Fix trace --latest
     new 58f65102106 Upgrade Redisson to version 3.20.1
     new 93477d40a26 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 main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 93477d40a262d4503728ca1230c6827b6b67d701
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 17 11:17:16 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 1038570da3a..2724c5970c9 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -430,7 +430,7 @@
         <reactive-streams-version>1.0.4</reactive-streams-version>
         <reactor-version>3.5.5</reactor-version>
         <reactor-netty-version>1.1.6</reactor-netty-version>
-        <redisson-version>3.20.0</redisson-version>
+        <redisson-version>3.20.1</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] 01/02: Upgrade Redisson to version 3.20.1

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 58f651021061eafae31a2c6c942853f5a25ba696
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 17 11:15:55 2023 +0200

    Upgrade Redisson to version 3.20.1
    
    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 9e7a8d91413..3030ac4be70 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -425,7 +425,7 @@
         <reactive-streams-version>1.0.4</reactive-streams-version>
         <reactor-version>3.5.5</reactor-version>
         <reactor-netty-version>1.1.6</reactor-netty-version>
-        <redisson-version>3.20.0</redisson-version>
+        <redisson-version>3.20.1</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>