From 204e97968ee03aabf55a5ef907e66ad2360143cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 15:01:51 +0200 Subject: [PATCH] Upgrade to Jedis 5.2.0 Closes gh-42651 --- 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 8e732b1594e..ca15b8be881 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -883,7 +883,7 @@ bom { ] } } - library("Jedis", "5.1.5") { + library("Jedis", "5.2.0") { group("redis.clients") { modules = [ "jedis"