From b2338f23c8692e65a179f9f0db09ff5506cf6999 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 20 Nov 2023 17:48:19 -0800 Subject: [PATCH] Upgrade to Lettuce 6.3.0.RELEASE Closes gh-38414 --- 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 2b2205cb5ceb..de631c3de9cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -821,7 +821,7 @@ bom { ] } } - library("Lettuce", "6.2.6.RELEASE") { + library("Lettuce", "6.3.0.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"