From 87afd8dc62aa0711e338830494f95865b3dd2448 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:23 +0100 Subject: [PATCH] Upgrade to Lettuce 5.3.1.RELEASE Closes gh-21962 --- 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 8611fa8e5f..a3c1fd710f 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"