Update README.md

pull/4497/head
Nikita Koksharov 3 years ago committed by GitHub
parent c07161cc24
commit b12e25efc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,14 +14,14 @@ Maven
<dependency> <dependency>
<groupId>org.redisson</groupId> <groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId> <artifactId>redisson-spring-boot-starter</artifactId>
<version>3.17.4</version> <version>3.17.5</version>
</dependency> </dependency>
``` ```
Gradle Gradle
```groovy ```groovy
compile 'org.redisson:redisson-spring-boot-starter:3.17.4' compile 'org.redisson:redisson-spring-boot-starter:3.17.5'
``` ```

Loading…
Cancel
Save