Skip to content

Commit

Permalink
Update maven jedis version to 4.4.3 in README (#3203)
Browse files Browse the repository at this point in the history
Co-authored-by: Chayim <chayim@users.noreply.github.com>
Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
  • Loading branch information
3 people authored Jul 10, 2023
1 parent 0dba977 commit 2cd2601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To get started with Jedis, first add it as a dependency in your Java project. If
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.3.0</version>
<version>4.4.3</version>
</dependency>
```

Expand Down

0 comments on commit 2cd2601

Please sign in to comment.