From 5714f97b0f008bb03ecafa507bbd4523f7907e34 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 12:13:39 +0000 Subject: [PATCH] Upgrade to Lettuce 6.1.0.M1 Closes gh-25360 --- 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 1fd8e95948..8011ecd4df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1002,7 +1002,7 @@ bom { ] } } - library("Lettuce", "6.0.2.RELEASE") { + library("Lettuce", "6.1.0.M1") { group("io.lettuce") { modules = [ "lettuce-core"