From b99ebc6f8788812360de450bca81940e374a2742 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Aug 2023 15:24:18 +0200 Subject: [PATCH] Upgrade to Lettuce 6.2.6.RELEASE Closes gh-37002 --- 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 6b0ffcc454..a55b1e8f00 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -776,7 +776,7 @@ bom { ] } } - library("Lettuce", "6.2.5.RELEASE") { + library("Lettuce", "6.2.6.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"