diff --git a/redisson-helidon/README.md b/redisson-helidon/README.md index f3f8a9748..b58d1aece 100644 --- a/redisson-helidon/README.md +++ b/redisson-helidon/README.md @@ -2,7 +2,7 @@ Integrates Redisson with [Helidon](https://helidon.io/) framework. -Supports Helidon 1.4.x - 2.4.x +Supports Helidon 1.4.x - 2.5.x ## Usage @@ -14,14 +14,14 @@ Maven org.redisson redisson-helidon - 3.17.4 + 3.17.5 ``` Gradle ```groovy -compile 'org.redisson:redisson-helidon:3.17.4' +compile 'org.redisson:redisson-helidon:3.17.5' ``` ### 2. Add settings into `META-INF/microprofile-config.properties` file diff --git a/redisson-hibernate/README.md b/redisson-hibernate/README.md index b8753cd73..ca9cd3689 100644 --- a/redisson-hibernate/README.md +++ b/redisson-hibernate/README.md @@ -40,7 +40,7 @@ Maven redisson-hibernate-53 redisson-hibernate-6 - 3.17.4 + 3.17.5 ``` @@ -48,15 +48,15 @@ Gradle ```groovy // for Hibernate v4.x - compile 'org.redisson:redisson-hibernate-4:3.17.4' + compile 'org.redisson:redisson-hibernate-4:3.17.5' // for Hibernate v5.0.x - v5.1.x compile 'org.redisson:redisson-hibernate-5:3.17.4' // for Hibernate v5.2.x - compile 'org.redisson:redisson-hibernate-52:3.17.4' + compile 'org.redisson:redisson-hibernate-52:3.17.5' // for Hibernate v5.3.3+ - v5.6.x - compile 'org.redisson:redisson-hibernate-53:3.17.4' + compile 'org.redisson:redisson-hibernate-53:3.17.5' // for Hibernate v6.0.2+ - v6.1.x - compile 'org.redisson:redisson-hibernate-6:3.17.4' + compile 'org.redisson:redisson-hibernate-6:3.17.5' ``` ### 2. Specify hibernate cache settings diff --git a/redisson-micronaut/README.md b/redisson-micronaut/README.md index fe931795d..19bbc9a60 100644 --- a/redisson-micronaut/README.md +++ b/redisson-micronaut/README.md @@ -2,7 +2,7 @@ Integrates Redisson with [Micronaut](https://micronaut.io/) framework. -Supports Micronaut 2.0.x - 3.4.x +Supports Micronaut 2.0.x - 3.5.x ## Usage @@ -17,7 +17,7 @@ Maven redisson-micronaut-20 redisson-micronaut-30 - 3.17.4 + 3.17.5 ``` @@ -25,9 +25,9 @@ Gradle ```groovy // for Micronaut v2.0.x - v2.5.x -compile 'org.redisson:redisson-micronaut-20:3.17.4' +compile 'org.redisson:redisson-micronaut-20:3.17.5' // for Micronaut v3.x.x -compile 'org.redisson:redisson-micronaut-30:3.17.4' +compile 'org.redisson:redisson-micronaut-30:3.17.5' ``` ### 2. Add settings into `application.yml` file diff --git a/redisson-mybatis/README.md b/redisson-mybatis/README.md index 6d57f0637..6d10b1ed2 100644 --- a/redisson-mybatis/README.md +++ b/redisson-mybatis/README.md @@ -30,14 +30,14 @@ Maven org.redisson redisson-mybatis - 3.17.4 + 3.17.5 ``` Gradle ```groovy - compile 'org.redisson:redisson-mybatis:3.17.4' + compile 'org.redisson:redisson-mybatis:3.17.5' ``` ### 2. Specify MyBatis cache settings diff --git a/redisson-quarkus/README.md b/redisson-quarkus/README.md index 918e56e1e..e00691174 100644 --- a/redisson-quarkus/README.md +++ b/redisson-quarkus/README.md @@ -42,7 +42,7 @@ Maven redisson-quarkus-16 redisson-quarkus-20 - 3.17.4 + 3.17.5 ``` @@ -50,9 +50,9 @@ Gradle ```groovy // for Quarkus v1.6.x - v1.13.x -compile 'org.redisson:redisson-quarkus-16:3.17.4' +compile 'org.redisson:redisson-quarkus-16:3.17.5' // for Quarkus v2.x.x -compile 'org.redisson:redisson-quarkus-20:3.17.4' +compile 'org.redisson:redisson-quarkus-20:3.17.5' ``` ### 2. Add settings into `application.properties` file diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md index 33627822d..476f9d16a 100644 --- a/redisson-spring-boot-starter/README.md +++ b/redisson-spring-boot-starter/README.md @@ -14,14 +14,14 @@ Maven org.redisson redisson-spring-boot-starter - 3.17.4 + 3.17.5 ``` Gradle ```groovy - compile 'org.redisson:redisson-spring-boot-starter:3.17.4' + compile 'org.redisson:redisson-spring-boot-starter:3.17.5' ``` diff --git a/redisson-spring-data/README.md b/redisson-spring-data/README.md index fad462d43..1a7992b5b 100644 --- a/redisson-spring-data/README.md +++ b/redisson-spring-data/README.md @@ -33,7 +33,7 @@ Maven redisson-spring-data-26 redisson-spring-data-27 - 3.17.4 + 3.17.5 ``` @@ -41,27 +41,27 @@ Gradle ```groovy // for Spring Data Redis v.1.6.x - compile 'org.redisson:redisson-spring-data-16:3.17.4' + compile 'org.redisson:redisson-spring-data-16:3.17.5' // for Spring Data Redis v.1.7.x - compile 'org.redisson:redisson-spring-data-17:3.17.4' + compile 'org.redisson:redisson-spring-data-17:3.17.5' // for Spring Data Redis v.1.8.x - compile 'org.redisson:redisson-spring-data-18:3.17.4' + compile 'org.redisson:redisson-spring-data-18:3.17.5' // for Spring Data Redis v.2.0.x - compile 'org.redisson:redisson-spring-data-20:3.17.4' + compile 'org.redisson:redisson-spring-data-20:3.17.5' // for Spring Data Redis v.2.1.x - compile 'org.redisson:redisson-spring-data-21:3.17.4' + compile 'org.redisson:redisson-spring-data-21:3.17.5' // for Spring Data Redis v.2.2.x - compile 'org.redisson:redisson-spring-data-22:3.17.4' + compile 'org.redisson:redisson-spring-data-22:3.17.5' // for Spring Data Redis v.2.3.x - compile 'org.redisson:redisson-spring-data-23:3.17.4' + compile 'org.redisson:redisson-spring-data-23:3.17.5' // for Spring Data Redis v.2.4.x - compile 'org.redisson:redisson-spring-data-24:3.17.4' + compile 'org.redisson:redisson-spring-data-24:3.17.5' // for Spring Data Redis v.2.5.x - compile 'org.redisson:redisson-spring-data-25:3.17.4' + compile 'org.redisson:redisson-spring-data-25:3.17.5' // for Spring Data Redis v.2.6.x - compile 'org.redisson:redisson-spring-data-26:3.17.4' + compile 'org.redisson:redisson-spring-data-26:3.17.5' // for Spring Data Redis v.2.7.x - compile 'org.redisson:redisson-spring-data-27:3.17.4' + compile 'org.redisson:redisson-spring-data-27:3.17.5' ``` ### 2. Register `RedissonConnectionFactory` in Spring context