From 657f6e00104782ebff866daa35d042a9c7cd9443 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 15:11:15 +0100 Subject: [PATCH] Upgrade to Jedis 3.7.1 Closes gh-29065 --- 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 7442006119f8..538a2e5859a3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -860,7 +860,7 @@ bom { ] } } - library("Jedis", "3.7.0") { + library("Jedis", "3.7.1") { group("redis.clients") { modules = [ "jedis"