Update README.md

pull/3753/head
Nikita Koksharov 4 years ago committed by GitHub
parent f62c968159
commit 15e7e94b1d
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.16.0</version> <version>3.16.1</version>
</dependency> </dependency>
``` ```
Gradle Gradle
```groovy ```groovy
compile 'org.redisson:redisson-spring-boot-starter:3.16.0' compile 'org.redisson:redisson-spring-boot-starter:3.16.1'
``` ```

Loading…
Cancel
Save