From 23c957a5634cb5f4f480b0aaa0c8236c4f27962a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:35 +0100 Subject: [PATCH] Upgrade to Lettuce 6.1.2.RELEASE Closes gh-26554 --- 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 a015d2075a..3ee839b842 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.1.RELEASE") { + library("Lettuce", "6.1.2.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"