Skip to content

Commit

Permalink
Bump recommended Jedis version
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide authored Apr 2, 2024
1 parent 18b7b7c commit 414d186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/connect/clients/java/jedis.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To include `Jedis` as a dependency in your application, edit the dependency file
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.3.1</version>
<version>5.1.2</version>
</dependency>
```

Expand All @@ -36,7 +36,7 @@ To include `Jedis` as a dependency in your application, edit the dependency file
}
//...
dependencies {
implementation 'redis.clients:jedis:4.3.1'
implementation 'redis.clients:jedis:5.1.2'
//...
}
```
Expand Down

0 comments on commit 414d186

Please sign in to comment.