From 240023435e8df377c1f49ec3afd09a4ef305dd25 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 02:23:21 +0000 Subject: [PATCH] Bump jedis from 2.5.2 to 3.5.1 Bumps [jedis](https://github.com/redis/jedis) from 2.5.2 to 3.5.1. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/jedis-2.5.2...jedis-3.5.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..d548fd6 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.5.1" compile "org.springframework.boot:spring-boot-autoconfigure"