diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md
index 83cd45014..984a161fe 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, 1.4.x, 1.5.x, 2.0.x, 2.1.x, 2.2.x
+Supports Spring Boot 1.3.x - 2.3.x
Consider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA.
@@ -16,14 +16,14 @@ Maven
org.redisson
redisson-spring-boot-starter
- 3.13.0
+ 3.13.1
```
Gradle
```groovy
- compile 'org.redisson:redisson-spring-boot-starter:3.13.0'
+ compile 'org.redisson:redisson-spring-boot-starter:3.13.1'
```
@@ -37,6 +37,7 @@ Downgrade `redisson-spring-data` module if necessary to support required Spring
|redisson-spring-data-20 |2.0.x |
|redisson-spring-data-21 |2.1.x |
|redisson-spring-data-22 |2.2.x |
+|redisson-spring-data-23 |2.3.x |
### 2. Add settings into `application.settings` file