From 4c06544ae5aee60ddbcb6fb3100f71c8efa03494 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 20:27:48 +0000 Subject: [PATCH] Bump jedis from 2.5.2 to 3.4.1 Bumps [jedis](https://github.com/redis/jedis) from 2.5.2 to 3.4.1. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/jedis-2.5.2...jedis-3.4.1) 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..afeb34c 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.4.1" compile "org.springframework.boot:spring-boot-autoconfigure"