diff --git a/README.md b/README.md index 4c7c507d21..9c7e353cf9 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,19 @@ The most recent version of this library supports redis version [5.0](https://github.com/redis/redis/blob/5.0/00-RELEASENOTES), [6.0](https://github.com/redis/redis/blob/6.0/00-RELEASENOTES), [6.2](https://github.com/redis/redis/blob/6.2/00-RELEASENOTES), -[7.0](https://github.com/redis/redis/blob/7.0/00-RELEASENOTES) and -[7.2](https://github.com/redis/redis/blob/7.2/00-RELEASENOTES). +[7.0](https://github.com/redis/redis/blob/7.0/00-RELEASENOTES), +[7.2](https://github.com/redis/redis/blob/7.2/00-RELEASENOTES) and +[7.4](https://github.com/redis/redis/blob/7.4/00-RELEASENOTES). The table below highlights version compatibility of the most-recent library versions and Redis versions. Compatibility means communication features, and Redis command capabilities. -| Jedis version | Supported Redis versions | JDK Compatibility | -|---------------|--------------------------------|-------------------| -| 3.9+ | 5.0 and 6.2 Family of releases | 8, 11 | -| >= 4.0 | Version 5.0 to current | 8, 11, 17 | -| >= 5.0 | Version 6.0 to current | 8, 11, 17 | +| Jedis version | Supported Redis versions | JDK Compatibility | +|---------------|---------------------------------------|-------------------| +| 3.9+ | 5.0 to 6.2 Family of releases | 8, 11 | +| >= 4.0 | Version 5.0 to 7.2 Family of releases | 8, 11, 17 | +| >= 5.0 | Version 6.0 to current | 8, 11, 17 | +| >= 5.2 | Version 7.4 to current | 8, 11, 17, 21 | ## Getting started @@ -54,7 +56,7 @@ To get started with Jedis, first add it as a dependency in your Java project. If redis.clients jedis - 5.0.0 + 5.2.0 ``` diff --git a/pom.xml b/pom.xml index 2da7b4eb0a..eca0fd7208 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ jar redis.clients jedis - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT Jedis Jedis is a blazingly small and sane Redis java client. https://github.com/redis/jedis