Merge pull request #1025 from gkorland/patch-1

Update to Jedis 3.6.0
master
Sutra Zhou 2021-05-19 10:12:44 +08:00 committed by GitHub
commit c7828f44ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.4.1</version>
<version>3.6.0</version>
</dependency>
</dependencies>
</dependencyManagement>