From cfbf30d2942d5a632183944106591d77af4c5651 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:33:41 +0000 Subject: [PATCH] Upgrade to Lettuce 6.3.2.RELEASE Closes gh-39985 --- 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 0e1432d66d..8a2fd3bba1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -821,7 +821,7 @@ bom { ] } } - library("Lettuce", "6.3.1.RELEASE") { + library("Lettuce", "6.3.2.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"