From e9a2831bc2f35b8532dfdef81e6040e3b5da97ab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Feb 2025 23:16:58 +0000 Subject: [PATCH] Upgrade to Lettuce 6.5.4.RELEASE Closes gh-44373 --- 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 0357927506..4bce725ecc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1240,7 +1240,7 @@ bom { releaseNotes("https://github.com/Kotlin/kotlinx.serialization/releases/tag/v{version}") } } - library("Lettuce", "6.5.3.RELEASE") { + library("Lettuce", "6.5.4.RELEASE") { prohibit { contains ".BETA" because "we don't want betas"