From 907396021f179b3186408fbabe1ff17f5f1e011f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 11:06:30 +0200 Subject: [PATCH] Upgrade to Lettuce 6.1.10.RELEASE Closes gh-32669 --- 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 69d37f8b7a7c..ab1d85efc594 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1079,7 +1079,7 @@ bom { ] } } - library("Lettuce", "6.1.9.RELEASE") { + library("Lettuce", "6.1.10.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"