From 36406a0d1e1fe3e63143563f3cf908a6b72d1526 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:20 +0100 Subject: [PATCH] Upgrade to Lettuce 5.3.2.RELEASE Closes gh-22805 --- 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 540accae82..dabb308d26 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -930,7 +930,7 @@ bom { ] } } - library("Lettuce", "5.3.1.RELEASE") { + library("Lettuce", "5.3.2.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"