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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1e90c84  [KARAF-7337] Upgrade to redisson 3.16.7
     new edce2a0  Merge pull request #287 from jbonofre/KARAF-7337
1e90c84 is described below

commit 1e90c84983e82eb5464fddec038e2f9ef952ca66
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Tue Feb 8 07:33:19 2022 +0100

    [KARAF-7337] Upgrade to redisson 3.16.7
---
 appender/redis/pom.xml  | 2 +-
 collector/redis/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/appender/redis/pom.xml b/appender/redis/pom.xml
index 223bcd0..81ccf83 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.16.2</version>
+            <version>3.16.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.decanter.appender</groupId>
diff --git a/collector/redis/pom.xml b/collector/redis/pom.xml
index c323f90..d3b34ac 100644
--- a/collector/redis/pom.xml
+++ b/collector/redis/pom.xml
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.redisson</groupId>
             <artifactId>redisson</artifactId>
-            <version>3.16.2</version>
+            <version>3.16.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.decanter.collector</groupId>

Reply via email to