From 9277465a76952086cf46dd181ee2fcf023a105fa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Apr 2023 13:20:47 +0200 Subject: [PATCH] Upgrade to Lettuce 6.2.4.RELEASE Closes gh-35053 --- 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 e697f6345c..541877eba9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -772,7 +772,7 @@ bom { ] } } - library("Lettuce", "6.2.3.RELEASE") { + library("Lettuce", "6.2.4.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"