From c5a4bef0ee99656ee1165c0b5326a8b8709f5f42 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 1 Nov 2022 19:55:06 +0000 Subject: [PATCH] Upgrade to Jedis 4.3.1 Closes gh-32962 --- 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 6565f713e4b..fd2efcc0061 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -689,7 +689,7 @@ bom { ] } } - library("Jedis", "4.3.0") { + library("Jedis", "4.3.1") { group("redis.clients") { modules = [ "jedis"