From 579a858361188ff6a5c0d9e050bba81f170955e0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 11:11:32 +0200 Subject: [PATCH] Upgrade to Lettuce 6.2.1.RELEASE Closes gh-32674 --- 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 4de4b2eee2..34c46d8c6e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -852,7 +852,7 @@ bom { ] } } - library("Lettuce", "6.2.0.RELEASE") { + library("Lettuce", "6.2.1.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"