From 8ec21c4a41ac5ef5bc01f554fa2156a4197d90d0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:21 +0000 Subject: [PATCH] Upgrade to Jedis 3.5.2 Closes gh-25667 --- 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 cf8d237020..266e90d476 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -820,7 +820,7 @@ bom { ] } } - library("Jedis", "3.5.1") { + library("Jedis", "3.5.2") { group("redis.clients") { modules = [ "jedis"