Update README.md

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

@ -42,7 +42,7 @@ Maven
<artifactId>redisson-quarkus-16</artifactId>
<!-- for Quarkus v2.x.x -->
<artifactId>redisson-quarkus-20</artifactId>
<version>3.17.2</version>
<version>3.17.4</version>
</dependency>
```
@ -50,9 +50,9 @@ Gradle
```groovy
// for Quarkus v1.6.x - v1.13.x
compile 'org.redisson:redisson-quarkus-16:3.17.2'
compile 'org.redisson:redisson-quarkus-16:3.17.4'
// for Quarkus v2.x.x
compile 'org.redisson:redisson-quarkus-20:3.17.2'
compile 'org.redisson:redisson-quarkus-20:3.17.4'
```
### 2. Add settings into `application.properties` file

Loading…
Cancel
Save