From 21bd505c226f2c8449470f7743952b29f280aeb4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:14:15 +0000 Subject: [PATCH] Upgrade to Jedis 4.3.2 Closes gh-34698 --- 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 130bda6a38a..6fa673303bf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -623,7 +623,7 @@ bom { ] } } - library("Jedis", "4.3.1") { + library("Jedis", "4.3.2") { group("redis.clients") { modules = [ "jedis"