From 3112d163ea0c0bb334ba6d38e989c15a706b1960 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 12:45:49 +0100 Subject: [PATCH] Upgrade to Jedis 3.6.2 Closes gh-27401 --- 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 b3de7bc4ea..6b4e29acb6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -855,7 +855,7 @@ bom { ] } } - library("Jedis", "3.6.1") { + library("Jedis", "3.6.2") { group("redis.clients") { modules = [ "jedis"