From 622bfaed69bcd8c20df695446c4dd409bbc776b4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 27 May 2026 12:19:27 +0100 Subject: [PATCH] Upgrade to Lettuce 7.5.2.RELEASE Closes gh-50581 --- 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 2cf0124a645..840b52f020c 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1316,7 +1316,7 @@ bom { releaseNotes("https://github.com/Kotlin/kotlinx.serialization/releases/tag/v{version}") } } - library("Lettuce", "7.5.1.RELEASE") { + library("Lettuce", "7.5.2.RELEASE") { prohibit { contains ".BETA" because "we don't want betas"