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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 4605205d [MRESOLVER-399] Update Redisson to 3.23.4 (#329)
4605205d is described below

commit 4605205db7d1a3f47f8e477cec08a699b7f5ac16
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed Sep 6 15:07:51 2023 +0200

    [MRESOLVER-399] Update Redisson to 3.23.4 (#329)
    
    Both are bugfix updates:
    * Hazelcast 5.3.1 -> 5.3.2
    * Redisson 3.23.2 -> 3.23.4
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-399
---
 maven-resolver-named-locks-hazelcast/pom.xml | 2 +-
 maven-resolver-named-locks-redisson/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-resolver-named-locks-hazelcast/pom.xml 
b/maven-resolver-named-locks-hazelcast/pom.xml
index 60d4725a..61a017cf 100644
--- a/maven-resolver-named-locks-hazelcast/pom.xml
+++ b/maven-resolver-named-locks-hazelcast/pom.xml
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>com.hazelcast</groupId>
       <artifactId>hazelcast</artifactId>
-      <version>5.3.1</version>
+      <version>5.3.2</version>
     </dependency>
     <dependency>
       <groupId>javax.inject</groupId>
diff --git a/maven-resolver-named-locks-redisson/pom.xml 
b/maven-resolver-named-locks-redisson/pom.xml
index 5a2e13a6..bd2a56e5 100644
--- a/maven-resolver-named-locks-redisson/pom.xml
+++ b/maven-resolver-named-locks-redisson/pom.xml
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>org.redisson</groupId>
       <artifactId>redisson</artifactId>
-      <version>3.23.2</version>
+      <version>3.23.4</version>
       <exclusions>
         <exclusion>
           <groupId>org.slf4j</groupId>

Reply via email to