Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit978011a

Browse files
committed
Fix jedis dependency version in README.md
1 parent2c7b717 commit978011a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To get started with Jedis, first add it as a dependency in your Java project. If
5454
<dependency>
5555
<groupId>redis.clients</groupId>
5656
<artifactId>jedis</artifactId>
57-
<version>7.0.0</version>
57+
<version>7.1.0</version>
5858
</dependency>
5959
```
6060

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp