From 052624ffb2eb291c18f109bd38f4f5138d0e4e8e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Mar 2021 14:25:38 +0100 Subject: [PATCH] Upgrade to Lettuce 6.0.3.RELEASE Closes gh-25720 --- 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 a38149a07b..d52e1c1d1f 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.2.RELEASE") { + library("Lettuce", "6.0.3.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"