From 50308ad6a9b601d15d5a5686bedccf7f92a48adc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 16 Sep 2021 08:20:52 +0200 Subject: [PATCH] Upgrade to Lettuce 6.1.5.RELEASE Closes gh-28031 --- 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 ca91274b5c91..a70dfb8bfb0b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1024,7 +1024,7 @@ bom { ] } } - library("Lettuce", "6.1.4.RELEASE") { + library("Lettuce", "6.1.5.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"