Skip to content

Commit bf21239

Browse files
authored
update maven versions
1 parent b3c804e commit bf21239

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>
@@ -88,7 +88,7 @@ and
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
```

0 commit comments

Comments
 (0)