From a99f831ec77caea86c75fc32e52028189187d61a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 May 2020 08:55:00 +0200 Subject: [PATCH] Upgrade to Jedis 3.3.0 Closes gh-21405 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ce32e1bf856..d03308daf2b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -840,7 +840,7 @@ bom { ] } } - library("Jedis", "3.2.0") { + library("Jedis", "3.3.0") { group("redis.clients") { modules = [ "jedis"