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/07/22 08:10:23 UTC

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

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 d525a2800acd10a2952f0a75f8c5c7b4b4726d6d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 22 09:54:51 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index cc65220..efdecc6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -457,7 +457,7 @@
         <reactive-streams-version>1.0.3</reactive-streams-version>
         <reactor-version>3.4.5</reactor-version>
         <reactor-netty-version>1.0.2</reactor-netty-version>
-        <redisson-version>3.15.5</redisson-version>
+        <redisson-version>3.16.0</redisson-version>
         <rescu-version>2.0.4</rescu-version>
         <resilience4j-version>1.7.0</resilience4j-version>
         <rest-assured-version>4.4.0</rest-assured-version>