File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<dependency >
7
7
<groupId >redis.clients</groupId >
8
8
<artifactId >jedis</artifactId >
9
- <version >5.0 .0</version >
9
+ <version >5.2 .0</version >
10
10
</dependency >
11
11
```
12
12
28
28
<dependency >
29
29
<groupId >redis.clients</groupId >
30
30
<artifactId >jedis</artifactId >
31
- <version >5.1 .0-SNAPSHOT</version >
31
+ <version >6.0 .0-SNAPSHOT</version >
32
32
</dependency >
33
33
</dependencies >
34
34
```
Original file line number Diff line number Diff line change 9
9
<packaging >jar</packaging >
10
10
<groupId >redis.clients</groupId >
11
11
<artifactId >jedis</artifactId >
12
- <version >5.3 .0-SNAPSHOT</version >
12
+ <version >6.0 .0-SNAPSHOT</version >
13
13
<name >Jedis</name >
14
14
<description >Jedis is a blazingly small and sane Redis java client.</description >
15
15
<url >https://github.com/redis/jedis</url >
You can’t perform that action at this time.
0 commit comments