From 1954402e1d63a68f3c723372573e0c5392f427d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:10:32 +0000 Subject: [PATCH] Bump redisson-spring-boot-starter from 3.17.6 to 3.17.7 Bumps [redisson-spring-boot-starter](https://github.com/redisson/redisson) from 3.17.6 to 3.17.7. - [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.17.6...redisson-3.17.7) --- updated-dependencies: - dependency-name: org.redisson:redisson-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-patch ... 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 a806916a..d387a173 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:${springBootVersion}" api "org.springframework.boot:spring-boot-starter-web:${springBootVersion}" api "org.springframework.boot:spring-boot-actuator-autoconfigure:${springBootVersion}" - api "org.redisson:redisson-spring-boot-starter:3.17.6" + api "org.redisson:redisson-spring-boot-starter:3.17.7" implementation "org.springframework:spring-context:${springVersion}" implementation "org.springframework:spring-aop:${springVersion}"