From c1a733130873c712f162d98fac812dde4a9de05a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 30 Dec 2024 12:40:24 +0100 Subject: [PATCH] Upgrade to Lettuce 6.4.2.RELEASE Closes gh-43609 --- 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 d4c69a32b5..a77cee7c2c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1190,7 +1190,7 @@ bom { releaseNotes("https://github.com/Kotlin/kotlinx.serialization/releases/tag/v{version}") } } - library("Lettuce", "6.4.1.RELEASE") { + library("Lettuce", "6.4.2.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"