Skip to content

Commit 9cc4633

Browse files
authored
Update Jedis version to 5.2.0 (#709)
1 parent a543268 commit 9cc4633

File tree

1 file changed

+2
-2
lines changed
  • content/develop/connect/clients/java

1 file changed

+2
-2
lines changed

content/develop/connect/clients/java/jedis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To include `Jedis` as a dependency in your application, edit the dependency file
3333
<dependency>
3434
<groupId>redis.clients</groupId>
3535
<artifactId>jedis</artifactId>
36-
<version>5.1.2</version>
36+
<version>5.2.0</version>
3737
</dependency>
3838
```
3939

@@ -45,7 +45,7 @@ To include `Jedis` as a dependency in your application, edit the dependency file
4545
}
4646
//...
4747
dependencies {
48-
implementation 'redis.clients:jedis:5.1.2'
48+
implementation 'redis.clients:jedis:5.2.0'
4949
//...
5050
}
5151
```

0 commit comments

Comments
 (0)