From a55325f0ad8e7f9cc5761ea9d46f673e2b77f64b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 08:06:12 +0100 Subject: [PATCH] Upgrade to Lettuce 6.0.1.RELEASE Closes gh-23923 --- 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 af5e628ddd..3d9fac518a 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.RELEASE") { + library("Lettuce", "6.0.1.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"