You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/03/15 08:17:14 UTC

[karaf-decanter] branch master updated: [KARAF-6643] Upgrade to redisson 3.12.3

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 45a56e1  [KARAF-6643] Upgrade to redisson 3.12.3
     new 468ccf3  Merge pull request #139 from jbonofre/KARAF-6643
45a56e1 is described below

commit 45a56e148ac152ff2867475538c74dd679d677c1
Author: jbonofre <jb...@apache.org>
AuthorDate: Sun Mar 15 08:54:05 2020 +0100

    [KARAF-6643] Upgrade to redisson 3.12.3
---
 appender/redis/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appender/redis/pom.xml b/appender/redis/pom.xml
index 7a72a8d..117321e 100644
--- a/appender/redis/pom.xml
+++ b/appender/redis/pom.xml
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.redisson</groupId>
             <artifactId>redisson</artifactId>
-            <version>3.11.6</version>
+            <version>3.12.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.decanter.appender</groupId>