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/12/16 07:21:50 UTC

[camel] branch master updated (c7aa007 -> 6247829)

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 c7aa007  Sync deps
     new 9adaa6e  Upgrade Redisson to version 3.14.0
     new 6247829  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 62478299561a3c6b7733e18837c7b94f7756ac51
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 16 08:20:55 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 fb54552..f354942 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -479,7 +479,7 @@
     <rdf4j-rio-version>2.4.4</rdf4j-rio-version>
     <reactive-streams-version>1.0.3</reactive-streams-version>
     <reactor-version>3.2.16.RELEASE</reactor-version>
-    <redisson-version>3.13.5</redisson-version>
+    <redisson-version>3.14.0</redisson-version>
     <rescu-version>2.0.2</rescu-version>
     <resilience4j-version>1.6.1</resilience4j-version>
     <rest-assured-version>4.3.3</rest-assured-version>


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

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 9adaa6e578e3e00323fab4af72f36533721f89e6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 16 08:17:59 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 4a572e9..ddcb324 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -467,7 +467,7 @@
         <rdf4j-model-version>2.4.4</rdf4j-model-version>
         <reactive-streams-version>1.0.3</reactive-streams-version>
         <reactor-version>3.2.16.RELEASE</reactor-version>
-        <redisson-version>3.13.5</redisson-version>
+        <redisson-version>3.14.0</redisson-version>
         <rescu-version>2.0.2</rescu-version>
         <resilience4j-version>1.6.1</resilience4j-version>
         <rest-assured-version>4.3.3</rest-assured-version>