From a8befe8083b9d2bb9f00c5b715987aef8c19845a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 8 Aug 2025 17:38:21 +0200 Subject: [PATCH] Upgrade to Lettuce 6.8.0.RELEASE Closes gh-46750 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 6fbe344ad71..2e6b092b321 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1203,7 +1203,7 @@ bom { releaseNotes("https://github.com/Kotlin/kotlinx.serialization/releases/tag/v{version}") } } - library("Lettuce", "6.7.1.RELEASE") { + library("Lettuce", "6.8.0.RELEASE") { prohibit { contains ".BETA" because "we don't want betas"