From 552132a23228a9b1bf638ee8482e1eb0e26d1c52 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 30 Jun 2021 11:50:01 +0300 Subject: [PATCH] Update README.md --- redisson-spring-boot-starter/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md index 801a02136..e33f6b521 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.15.6 + 3.16.0 ``` Gradle ```groovy - compile 'org.redisson:redisson-spring-boot-starter:3.15.6' + compile 'org.redisson:redisson-spring-boot-starter:3.16.0' ``` @@ -37,6 +37,7 @@ Downgrade `redisson-spring-data` module if necessary to support required Spring |redisson-spring-data-22 |2.2.x | |redisson-spring-data-23 |2.3.x | |redisson-spring-data-24 |2.4.x | +|redisson-spring-data-25 |2.5.x | ### 2. Add settings into `application.settings` file