From c02b16eeeb4f3cd4e6b3eace1452e1fe9c898696 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 08:03:44 +0100 Subject: [PATCH] Upgrade to Lettuce 5.3.5.RELEASE Closes gh-23922 --- 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 20924918e8c..00b001eb7f6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -990,7 +990,7 @@ bom { ] } } - library("Lettuce", "5.3.4.RELEASE") { + library("Lettuce", "5.3.5.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"