From 39c25ff1c4a9ee7f6d06e978e69c55e4dd8cc6b4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 12:49:45 +0100 Subject: [PATCH] Upgrade to Lettuce 5.3.1.RELEASE Closes gh-21853 --- 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 541698618ac..d0c0393353c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1005,7 +1005,7 @@ bom { ] } } - library("Lettuce", "5.3.0.RELEASE") { + library("Lettuce", "5.3.1.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"