From 90ac0e87eef0b832c700c353311868cf56cf021a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:11:07 +0200 Subject: [PATCH] Upgrade to Lettuce 6.1.9.RELEASE Closes gh-31743 --- 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 d7954a77d139..026dffa10979 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1107,7 +1107,7 @@ bom { ] } } - library("Lettuce", "6.1.8.RELEASE") { + library("Lettuce", "6.1.9.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"