From e49e4c2d8359edd51507ddde59e890f98e5cfb5d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 28 Apr 2020 11:02:46 +0100 Subject: [PATCH] Upgrade to Lettuce 5.3.0.RELEASE Closes gh-21096 --- 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 1c2c854b12..ee885944cc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1007,7 +1007,7 @@ bom { ] } } - library("Lettuce", "5.2.2.RELEASE") { + library("Lettuce", "5.3.0.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"