Skip to content

Commit

Permalink
6.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-besga-panel committed Dec 26, 2024
1 parent 4ea2c16 commit 149473a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
projectVersion=6.2.0
projectVersion=6.3.0
#javaVersion=JavaVersion.VERSION_11
javaVersion=11

# https://github.com/johnrengelman/shadow
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
Expand Down

0 comments on commit 149473a

Please sign in to comment.