Skip to content

Commit 5493e88

Browse files
committed
chore: update Redis driver version to 7.0.0 in pom.xml and changelog
1 parent 4e67ec2 commit 5493e88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
1818
- Update Couchabase version to 3.9.2
1919
- Update DynamioDB version to 2.37.5
2020
- Update Hazelcast to version 5.6.0
21-
-
21+
- Update Redis driver to version 7.0.0
2222

2323
== [1.1.10] - 2025-08-19
2424

jnosql-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>redis.clients</groupId>
4040
<artifactId>jedis</artifactId>
41-
<version>6.1.0</version>
41+
<version>7.0.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)