From 8212ee49b3608be29432c1fac31b19e1220e20a8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Feb 2020 14:02:30 +0100 Subject: [PATCH] Upgrade to Lettuce 5.2.2.RELEASE Closes gh-20164 --- 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 dab0d43234..d041ae366f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1005,7 +1005,7 @@ bom { ] } } - library("Lettuce", "5.2.1.RELEASE") { + library("Lettuce", "5.2.2.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"