From 29c0eb13d765c65671fef4779d5b94cfba2a6809 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:22:10 -0800 Subject: [PATCH] Upgrade to Lettuce 6.2.2.RELEASE Closes gh-33599 --- 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 ec207eed12d5..e5629b29cb59 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -772,7 +772,7 @@ bom { ] } } - library("Lettuce", "6.2.1.RELEASE") { + library("Lettuce", "6.2.2.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"