From db6ab63a38614bbb2e79884180eae20a4363a872 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 11:13:55 +0100 Subject: [PATCH] Upgrade to Jedis 3.6.2 Closes gh-27387 --- 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 100bc688d3..0f811b5865 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.1") { + library("Jedis", "3.6.2") { group("redis.clients") { modules = [ "jedis"