From cdf1b42bb5f1313945e620e282f202d2557d9923 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:54:02 +0200 Subject: [PATCH] Upgrade to Jedis 3.6.1 Closes gh-27265 --- 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 ae2f0e57a42..d5be6b22a4e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -849,7 +849,7 @@ bom { ] } } - library("Jedis", "3.6.0") { + library("Jedis", "3.6.1") { group("redis.clients") { modules = [ "jedis"