diff --git a/README.md b/README.md index 584b964..a4b8239 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,9 @@ There are **more than 630 working tests**, so the code is pretty secure. Jedis is a Java library to use a Redis server with Java, at a low-level commands https://github.com/xetorthio/jedis. -See it on mvn repository -https://mvnrepository.com/artifact/redis.clients/jedis + +See it on mvn repository: https://mvnrepository.com/artifact/redis.clients/jedis + Made with - Intellij @@ -89,6 +90,7 @@ Also, you will find a little Groovy and a docker composer to setup a testing red | Library version | Jedis version | JDK Version | |-----------------|---------------|-------------| +| 6.2.0 | 5.2.X | JDK11 | | 6.1.0 | 5.1.X | JDK11 | | 6.0.0 | 5.0.X | JDK11 | | 5.3.0 | 4.4.X | JDK11 | diff --git a/gradle.properties b/gradle.properties index 75c0caa..1dbf1a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=6.2.0 +projectVersion=6.3.0 #javaVersion=JavaVersion.VERSION_11 javaVersion=11 @@ -6,7 +6,7 @@ javaVersion=11 shadowVersion=7.1.2 # https://mvnrepository.com/artifact/redis.clients/jedis/5.1.0 -jedisVersion=5.1.0 +jedisVersion=5.2.0 # https://mvnrepository.com/artifact/org.javassist/javassist javassistVersion=3.30.1-GA # https://mvnrepository.com/artifact/org.slf4j/slf4j-api