Skip to content

Commit efbf119

Browse files
author
xianxing
committed
[bugfix][redis] fix application failed when redis single node down
1 parent 3015a84 commit efbf119

File tree

1 file changed

+1
-1
lines changed
  • chunjun-connectors/chunjun-connector-redis

1 file changed

+1
-1
lines changed

chunjun-connectors/chunjun-connector-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>redis.clients</groupId>
3737
<artifactId>jedis</artifactId>
38-
<version>2.9.0</version>
38+
<version>2.10.1</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>io.lettuce</groupId>

0 commit comments

Comments
 (0)