From 1bd78eb940604c932488e5b10380611517becb10 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 12:02:19 +0000 Subject: [PATCH] Upgrade to Jedis 3.5.1 Closes gh-25238 --- 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 879d586d9b9..16fb325704e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -819,7 +819,7 @@ bom { ] } } - library("Jedis", "3.3.0") { + library("Jedis", "3.5.1") { group("redis.clients") { modules = [ "jedis"