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/09/30 09:28:01 UTC

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

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 9da0405acb3a29e7d68082695aba6034c32874dc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 30 11:22:07 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 156ec09..c343b9a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -476,7 +476,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.4</redisson-version>
+        <redisson-version>3.13.5</redisson-version>
         <rescu-version>2.0.2</rescu-version>
         <resilience4j-version>1.5.0</resilience4j-version>
         <rest-assured-version>4.3.1</rest-assured-version>