From f8c85b7ac93ebd11b273783fdeca7dbdee521f05 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:56 +0100 Subject: [PATCH] Upgrade to Lettuce 5.3.2.RELEASE Closes gh-22470 --- 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 beecbb3b45..206e777fd5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -986,7 +986,7 @@ bom { ] } } - library("Lettuce", "5.3.1.RELEASE") { + library("Lettuce", "5.3.2.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"