File tree 2 files changed +4
-13
lines changed
2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,7 @@ Or use it as a maven dependency:
58
58
<dependency >
59
59
<groupId >redis.clients</groupId >
60
60
<artifactId >jedis</artifactId >
61
- <version >3.4.1</version >
62
- <type >jar</type >
63
- <scope >compile</scope >
64
- </dependency >
65
- ```
66
-
67
- ``` xml
68
- <dependency >
69
- <groupId >redis.clients</groupId >
70
- <artifactId >jedis</artifactId >
71
- <version >2.10.2</version >
61
+ <version >3.5.0</version >
72
62
<type >jar</type >
73
63
<scope >compile</scope >
74
64
</dependency >
@@ -86,12 +76,13 @@ Or use it as a maven dependency:
86
76
```
87
77
88
78
and
79
+
89
80
``` xml
90
81
<dependencies >
91
82
<dependency >
92
83
<groupId >redis.clients</groupId >
93
84
<artifactId >jedis</artifactId >
94
- <version >3.5 .0-SNAPSHOT</version >
85
+ <version >3.6 .0-SNAPSHOT</version >
95
86
</dependency >
96
87
</dependencies >
97
88
```
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 >3.5 .0-SNAPSHOT</version >
12
+ <version >3.6 .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