From bd0e2dde4d34afb114731b006990aa19e56f8045 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 20:40:27 +0000 Subject: [PATCH] Bump jedis from 2.5.2 to 3.6.3 Bumps [jedis](https://github.com/redis/jedis) from 2.5.2 to 3.6.3. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/jedis-2.5.2...v3.6.3) Signed-off-by: dependabot-preview[bot] --- spar-wings-monolith/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spar-wings-monolith/build.gradle b/spar-wings-monolith/build.gradle index ad93cdd..e21a7d0 100644 --- a/spar-wings-monolith/build.gradle +++ b/spar-wings-monolith/build.gradle @@ -18,7 +18,7 @@ dependencies { compile "org.springframework.retry:spring-retry" compile "org.springframework.data:spring-data-commons" compile "org.springframework.data:spring-data-redis" - compile "redis.clients:jedis:2.5.2" + compile "redis.clients:jedis:3.6.3" compile "org.springframework.boot:spring-boot-autoconfigure"