From aee3ab75b124075f012cf2ce5a0ce4cdd5100f4f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 11:11:30 +0200 Subject: [PATCH] Upgrade to Jedis 4.3.0 Closes gh-32673 --- 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 54e5fc3bbc..4de4b2eee2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -689,7 +689,7 @@ bom { ] } } - library("Jedis", "4.2.3") { + library("Jedis", "4.3.0") { group("redis.clients") { modules = [ "jedis"