From f8b479699b7f8419da1fbdaaeabd5c08def18661 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 20:17:08 +0000 Subject: [PATCH] Bump jedis from 2.5.2 to 3.4.0 Bumps [jedis](https://github.com/xetorthio/jedis) from 2.5.2 to 3.4.0. - [Release notes](https://github.com/xetorthio/jedis/releases) - [Commits](https://github.com/xetorthio/jedis/compare/jedis-2.5.2...jedis-3.4.0) 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..4d4e503 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.0" compile "org.springframework.boot:spring-boot-autoconfigure"