From f0ca596f76d62b3dae631fe497897188f45f3d53 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 16:30:36 +0000 Subject: [PATCH] Upgrade to Lettuce 6.2.3.RELEASE Closes gh-34286 --- 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 b3ff0ac522a..2b989c847ce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -758,7 +758,7 @@ bom { ] } } - library("Lettuce", "6.2.2.RELEASE") { + library("Lettuce", "6.2.3.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"