From 6db9fe2e36b4709f3d8679b6e73cd744ec35ba19 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Jun 2021 07:58:17 +0200 Subject: [PATCH] Upgrade to Lettuce 6.0.6.RELEASE Closes gh-27032 --- 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 8c0cb9b24f..ace594b239 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -934,7 +934,7 @@ bom { ] } } - library("Lettuce", "6.0.5.RELEASE") { + library("Lettuce", "6.0.6.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"