From 1207d55f34c9f51066daba4fd9e6c11b148127ff Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 06:15:31 +0200 Subject: [PATCH] Upgrade to Lettuce 6.1.10.RELEASE Closes gh-32666 --- 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 d1385d092a0..7477eef5858 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1110,7 +1110,7 @@ bom { ] } } - library("Lettuce", "6.1.9.RELEASE") { + library("Lettuce", "6.1.10.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"