From 5774779658353f69d973b0648fc669074d87c02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 10 Aug 2026 16:57:57 +0200 Subject: [PATCH] Upgrade to Lettuce 7.6.0.RELEASE Closes gh-51338 --- 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 1f79d10fd66..fbcc124238c 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1319,7 +1319,7 @@ bom { releaseNotes("https://github.com/Kotlin/kotlinx.serialization/releases/tag/v{version}") } } - library("Lettuce", "7.5.2.RELEASE") { + library("Lettuce", "7.6.0.RELEASE") { prohibit { contains ".BETA" because "we don't want betas"