From 416511bb98770e2a42669301c57d4bdf3818e6c4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:24 +0100 Subject: [PATCH] Upgrade to Jedis 3.6.0 Closes gh-26545 --- 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 f28fa40f85..7b9d2df94b 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-RC1") { + library("Jedis", "3.6.0") { group("redis.clients") { modules = [ "jedis"