File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Or use it as a maven dependency:
5555<dependency >
5656 <groupId >redis.clients</groupId >
5757 <artifactId >jedis</artifactId >
58- <version >2.10.0 </version >
58+ <version >3.0.1 </version >
5959 <type >jar</type >
6060 <scope >compile</scope >
6161</dependency >
@@ -65,7 +65,7 @@ Or use it as a maven dependency:
6565<dependency >
6666 <groupId >redis.clients</groupId >
6767 <artifactId >jedis</artifactId >
68- <version >3.0.0 </version >
68+ <version >2.10.2 </version >
6969 <type >jar</type >
7070 <scope >compile</scope >
7171</dependency >
8888 <dependency >
8989 <groupId >redis.clients</groupId >
9090 <artifactId >jedis</artifactId >
91- <version >3.0.1 -SNAPSHOT</version >
91+ <version >3.1.0 -SNAPSHOT</version >
9292 </dependency >
9393 </dependencies >
9494```
You can’t perform that action at this time.
0 commit comments