We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c3f87 commit 43ff574Copy full SHA for 43ff574
synapse-redis/build.gradle
@@ -8,7 +8,7 @@ dependencies {
8
api "org.springframework.boot:spring-boot-starter-data-redis:${springBootVersion}"
9
api "org.springframework.boot:spring-boot-starter-web:${springBootVersion}"
10
api "org.springframework.boot:spring-boot-actuator-autoconfigure:${springBootVersion}"
11
- api "org.redisson:redisson-spring-boot-starter:3.15.6"
+ api "org.redisson:redisson-spring-boot-starter:3.16.3"
12
13
implementation "org.springframework:spring-context:${springVersion}"
14
implementation "org.springframework:spring-aop:${springVersion}"
0 commit comments