From 795e796eb6c4e459399ef9a6ccc5abd4df6a7922 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 14:38:59 +0200 Subject: [PATCH] Upgrade to Jedis 4.4.4 Closes gh-37319 --- 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 2dadb7e0ff..e8d78c368c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -656,7 +656,7 @@ bom { ] } } - library("Jedis", "4.4.3") { + library("Jedis", "4.4.4") { group("redis.clients") { modules = [ "jedis"