From 1eb8bcaa4920089a189f5779362b073f0a7f3323 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2022 07:30:31 +0100 Subject: [PATCH] Upgrade to Lettuce 6.1.8.RELEASE Closes gh-30336 --- 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 3ad0b67d27..acb4c4aaaa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1057,7 +1057,7 @@ bom { ] } } - library("Lettuce", "6.1.6.RELEASE") { + library("Lettuce", "6.1.8.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"