From b2c92457ab001f90ea0aee1987ae5dabd2794a2f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:50 +0100 Subject: [PATCH] Upgrade to Jedis 3.8.0 Closes gh-29416 --- 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 4dce6ce2244..cc037826fcb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -871,7 +871,7 @@ bom { ] } } - library("Jedis", "3.7.0") { + library("Jedis", "3.8.0") { group("redis.clients") { modules = [ "jedis"