From e9ba79d5be63bb50b3382bb87e0a377aebb223ad Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:52:21 +0200 Subject: [PATCH] Upgrade to Lettuce 6.1.0.RELEASE Closes gh-26059 --- 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 7029bdf1399..ce5b48b914f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1021,7 +1021,7 @@ bom { ] } } - library("Lettuce", "6.1.0.RC1") { + library("Lettuce", "6.1.0.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"