Skip to content

Commit

Permalink
[MRESOLVER-399] Update Redisson to 3.23.4 (#329)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cstamas committed Sep 6, 2023
1 parent f4c27eb commit 4605205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven-resolver-named-locks-hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion maven-resolver-named-locks-redisson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4605205

Please sign in to comment.