From f60ffa6d56a5b1ce711c56dd9e3ef55931c8791b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 23:59:24 +0000 Subject: [PATCH] Bump jedis from 2.5.2 to 3.3.0 Bumps [jedis](https://github.com/xetorthio/jedis) from 2.5.2 to 3.3.0. - [Release notes](https://github.com/xetorthio/jedis/releases) - [Commits](https://github.com/xetorthio/jedis/compare/jedis-2.5.2...jedis-3.3.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..0e4d215 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.3.0" compile "org.springframework.boot:spring-boot-autoconfigure"