From 28ecf53762f748e53e1667efd5828658bb318d53 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:51 +0100 Subject: [PATCH] Upgrade to Lettuce 6.1.6.RELEASE Closes gh-29417 --- 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 cc037826fcb..6321b4748bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1063,7 +1063,7 @@ bom { ] } } - library("Lettuce", "6.1.5.RELEASE") { + library("Lettuce", "6.1.6.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"