From 5324b3142d32fb4252fe4606b0380dab187c2c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:20:14 +0000 Subject: [PATCH] Bump org.redisson:redisson-spring-boot-starter from 3.36.0 to 3.40.0 Bumps [org.redisson:redisson-spring-boot-starter](https://github.com/redisson/redisson) from 3.36.0 to 3.40.0. - [Release notes](https://github.com/redisson/redisson/releases) - [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md) - [Commits](https://github.com/redisson/redisson/compare/redisson-3.36.0...redisson-3.40.0) --- updated-dependencies: - dependency-name: org.redisson:redisson-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- synapse-redis/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse-redis/build.gradle b/synapse-redis/build.gradle index f882fb42..b8082ec0 100644 --- a/synapse-redis/build.gradle +++ b/synapse-redis/build.gradle @@ -8,7 +8,7 @@ dependencies { api "org.springframework.boot:spring-boot-starter-data-redis" api "org.springframework.boot:spring-boot-starter-web" api "org.springframework.boot:spring-boot-actuator-autoconfigure" - api "org.redisson:redisson-spring-boot-starter:3.36.0" + api "org.redisson:redisson-spring-boot-starter:3.40.0" implementation "org.springframework:spring-context" implementation "org.springframework:spring-aop"