From 128127820b4d70099cb7cd87bd2be976de88560c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 25 Jan 2020 13:23:30 +0000 Subject: [PATCH] Upgrade to Jedis 3.2.0 Closes gh-19918 --- 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 cc397bc2ffe..6c128dff1e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -814,7 +814,7 @@ bom { ] } } - library("Jedis", "3.1.0") { + library("Jedis", "3.2.0") { group("redis.clients") { modules = [ "jedis"