Skip to content

Commit

Permalink
Merge pull request #2707 from redis/uglide-patch-1
Browse files Browse the repository at this point in the history
Bump recommended Jedis version
  • Loading branch information
uglide authored Apr 2, 2024
2 parents 18b7b7c + 414d186 commit a8b76c9
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 a8b76c9

Please sign in to comment.