From 6bf6136aafc94b1223becd7f91cf1f187db6a5ef Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 09:26:46 +0200 Subject: [PATCH] Upgrade to Jedis 3.6.0-RC1 Closes gh-25950 --- 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 4052af123b..3cb24bf5ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -820,7 +820,7 @@ bom { ] } } - library("Jedis", "3.5.2") { + library("Jedis", "3.6.0-RC1") { group("redis.clients") { modules = [ "jedis"