From 1d4e68361bfb923f338513efd77e3d4881ffe1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 26 May 2025 10:05:16 +0200 Subject: [PATCH] Upgrade to Lettuce 6.6.0.RELEASE Closes gh-45670 --- 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 3f5f2faa28..f555afaa93 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1255,7 +1255,7 @@ bom { releaseNotes("https://github.com/Kotlin/kotlinx.serialization/releases/tag/v{version}") } } - library("Lettuce", "6.5.5.RELEASE") { + library("Lettuce", "6.6.0.RELEASE") { prohibit { contains ".BETA" because "we don't want betas"