From c95c65838b4b9c4f9fe95ffe5cf0b9d4be570ef4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:58:35 +0200 Subject: [PATCH] Upgrade to Lettuce 6.2.5.RELEASE Closes gh-36438 --- 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 d74f1dd225..ba1e3001a1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -794,7 +794,7 @@ bom { ] } } - library("Lettuce", "6.2.4.RELEASE") { + library("Lettuce", "6.2.5.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"