From 87c28636bd6b5f818c6e4aefab0922cdc3774c8e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:58:01 +0000 Subject: [PATCH] Upgrade to Jedis 4.3.2 Closes gh-34700 --- 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 4f4b84047a..0ef005360f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -613,7 +613,7 @@ bom { ] } } - library("Jedis", "4.3.1") { + library("Jedis", "4.3.2") { group("redis.clients") { modules = [ "jedis"