Skip to content

Commit fb35f0d

Browse files
authored
Bump: Jedis 4.3.0 is released (#3164)
1 parent d0d0d0a commit fb35f0d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To get started with Jedis, first add it as a dependency in your Java project. If
3232
<dependency>
3333
<groupId>redis.clients</groupId>
3434
<artifactId>jedis</artifactId>
35-
<version>4.2.0</version>
35+
<version>4.3.0</version>
3636
</dependency>
3737
```
3838

docs/jedis-maven.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<dependency>
77
<groupId>redis.clients</groupId>
88
<artifactId>jedis</artifactId>
9-
<version>4.0.0</version>
9+
<version>4.3.0</version>
1010
</dependency>
1111
```
1212

@@ -28,7 +28,7 @@ and
2828
<dependency>
2929
<groupId>redis.clients</groupId>
3030
<artifactId>jedis</artifactId>
31-
<version>4.1.0-SNAPSHOT</version>
31+
<version>4.4.0-SNAPSHOT</version>
3232
</dependency>
3333
</dependencies>
3434
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>jar</packaging>
1010
<groupId>redis.clients</groupId>
1111
<artifactId>jedis</artifactId>
12-
<version>4.3.0-SNAPSHOT</version>
12+
<version>4.4.0-SNAPSHOT</version>
1313
<name>Jedis</name>
1414
<description>Jedis is a blazingly small and sane Redis java client.</description>
1515
<url>https://github.com/redis/jedis</url>

0 commit comments

Comments
 (0)