Skip to content

Commit a8b76c9

Browse files
authored
Merge pull request #2707 from redis/uglide-patch-1
Bump recommended Jedis version
2 parents 18b7b7c + 414d186 commit a8b76c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/connect/clients/java/jedis.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To include `Jedis` as a dependency in your application, edit the dependency file
2424
<dependency>
2525
<groupId>redis.clients</groupId>
2626
<artifactId>jedis</artifactId>
27-
<version>4.3.1</version>
27+
<version>5.1.2</version>
2828
</dependency>
2929
```
3030

@@ -36,7 +36,7 @@ To include `Jedis` as a dependency in your application, edit the dependency file
3636
}
3737
//...
3838
dependencies {
39-
implementation 'redis.clients:jedis:4.3.1'
39+
implementation 'redis.clients:jedis:5.1.2'
4040
//...
4141
}
4242
```

0 commit comments

Comments
 (0)