From 73647c395fcdef57b05ffbb07d996789b5aca861 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Jul 2021 09:05:26 +0200 Subject: [PATCH] Upgrade to Lettuce 6.1.4.RELEASE Closes gh-27343 --- 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 3a3f742946..f16a9fdc08 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1046,7 +1046,7 @@ bom { ] } } - library("Lettuce", "6.1.3.RELEASE") { + library("Lettuce", "6.1.4.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"