From 3a8736a112e0cb715a408a8f427f15e0f20ab12f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:47:25 +0200 Subject: [PATCH] Upgrade to Lettuce 6.0.4.RELEASE Closes gh-26102 --- 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 d7641a4f48..9e5d94501d 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.3.RELEASE") { + library("Lettuce", "6.0.4.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"