From c8ee9c1acc62f2114fd3e1819a41ac5bf4293910 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:30:07 +0200 Subject: [PATCH] Upgrade to Lettuce 6.0.0.RELEASE Closes gh-23657 --- 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 e8c5ffcb66..2a14394957 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -929,7 +929,7 @@ bom { ] } } - library("Lettuce", "6.0.0.RC2") { + library("Lettuce", "6.0.0.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"