From c8a53a640d0b47a3b9c94f7b912fc4903a5d0c81 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:26 +0000 Subject: [PATCH] Upgrade to Lettuce 6.2.7.RELEASE Closes gh-38445 --- 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 152b31791f..a57e21eb08 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -775,7 +775,7 @@ bom { ] } } - library("Lettuce", "6.2.6.RELEASE") { + library("Lettuce", "6.2.7.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"