From d49606d4cdeea3e4f3afc9d82f093a1cff8de501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:47:52 +0000 Subject: [PATCH] Bump org.redisson:redisson-spring-boot-starter from 3.36.0 to 3.38.0 Bumps [org.redisson:redisson-spring-boot-starter](https://github.com/redisson/redisson) from 3.36.0 to 3.38.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.38.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..9700d714 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.38.0" implementation "org.springframework:spring-context" implementation "org.springframework:spring-aop"