From 5ae6679d7d1cce2c7eb6007b3cf409177e43fc06 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Sep 2021 08:33:17 +0200 Subject: [PATCH] Upgrade to Lettuce 6.1.5.RELEASE Closes gh-28043 --- 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 e09afd2d2ac..f35e8739b82 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1035,7 +1035,7 @@ bom { ] } } - library("Lettuce", "6.1.4.RELEASE") { + library("Lettuce", "6.1.5.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"