From 22bf98a56be98a8335a729e45efa2f8bf8aaaac1 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 23 May 2022 11:08:29 +0300 Subject: [PATCH] Update README.md --- redisson-spring-boot-starter/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md index 37f76c35f..1799c4f15 100644 --- a/redisson-spring-boot-starter/README.md +++ b/redisson-spring-boot-starter/README.md @@ -2,7 +2,7 @@ Integrates Redisson with Spring Boot library. Depends on [Spring Data Redis](https://github.com/redisson/redisson/tree/master/redisson-spring-data#spring-data-redis-integration) module. -Supports Spring Boot 1.3.x - 2.6.x +Supports Spring Boot 1.3.x - 2.7.x ## Usage @@ -14,14 +14,14 @@ Maven org.redisson redisson-spring-boot-starter - 3.17.1 + 3.17.2 ``` Gradle ```groovy - compile 'org.redisson:redisson-spring-boot-starter:3.17.1' + compile 'org.redisson:redisson-spring-boot-starter:3.17.2' ```