From a6dfaeecb9305548507d5b4ac751888346795051 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2022 07:37:23 +0100 Subject: [PATCH] Upgrade to Lettuce 6.1.8.RELEASE Closes gh-30342 --- 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 19cada3e04..23615944c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1090,7 +1090,7 @@ bom { ] } } - library("Lettuce", "6.1.6.RELEASE") { + library("Lettuce", "6.1.8.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"