From fc5d781cfc285f224bc4144eaa95c92af3030f86 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Jun 2021 14:48:40 +0200 Subject: [PATCH] Upgrade to Jedis 3.6.1 Closes gh-26992 --- 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 b610412cbbf..fe346374cbf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -842,7 +842,7 @@ bom { ] } } - library("Jedis", "3.6.0") { + library("Jedis", "3.6.1") { group("redis.clients") { modules = [ "jedis"