We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e67ec2 commit 5493e88Copy full SHA for 5493e88
CHANGELOG.adoc
@@ -18,7 +18,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
18
- Update Couchabase version to 3.9.2
19
- Update DynamioDB version to 2.37.5
20
- Update Hazelcast to version 5.6.0
21
--
+- Update Redis driver to version 7.0.0
22
23
== [1.1.10] - 2025-08-19
24
jnosql-redis/pom.xml
@@ -38,7 +38,7 @@
38
<dependency>
39
<groupId>redis.clients</groupId>
40
<artifactId>jedis</artifactId>
41
- <version>6.1.0</version>
+ <version>7.0.0</version>
42
</dependency>
43
44
<groupId>${project.groupId}</groupId>
0 commit comments