From 4304a57980a291335525ace39f66cd53e55dd938 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 16 Jan 2022 12:08:07 +0100 Subject: [PATCH] Upgrade to Jedis 3.7.1 Closes gh-29433 --- 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 3e3b699f71..282e11405b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -632,7 +632,7 @@ bom { ] } } - library("Jedis", "3.7.0") { + library("Jedis", "3.7.1") { group("redis.clients") { modules = [ "jedis"