From 7c85ebc9c93784766cf4557107f757eccdd0a34e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:28:16 +0200 Subject: [PATCH] Upgrade to Lettuce 5.3.7.RELEASE Closes gh-26097 --- 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 4b528e35ce..a251940d3b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -994,7 +994,7 @@ bom { ] } } - library("Lettuce", "5.3.6.RELEASE") { + library("Lettuce", "5.3.7.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"