From 6f949a17445306f0d38d6d62377fb122cebde32d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Jul 2021 08:50:46 +0200 Subject: [PATCH] Upgrade to Lettuce 6.0.7.RELEASE Closes gh-27339 --- 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 97cdf035d59..fba3fa2ccf2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -934,7 +934,7 @@ bom { ] } } - library("Lettuce", "6.0.6.RELEASE") { + library("Lettuce", "6.0.7.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"