From 1a9e3bcbd6014fe262d2a7822b195909712a5769 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Jun 2021 08:22:14 +0200 Subject: [PATCH] Upgrade to Lettuce 6.1.3.RELEASE Closes gh-27036 --- 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 cbb14d2f6e..376a5cb265 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1024,7 +1024,7 @@ bom { ] } } - library("Lettuce", "6.1.2.RELEASE") { + library("Lettuce", "6.1.3.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"