From 6f949a17445306f0d38d6d62377fb122cebde32d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Jul 2021 08:50:46 +0200 Subject: [PATCH 1/3] Upgrade to Lettuce 6.0.7.RELEASE Closes gh-27339 --- 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 97cdf035d5..fba3fa2ccf 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.6.RELEASE") { + library("Lettuce", "6.0.7.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From 52996e139e1c3f9229060c53b719d3b6cdb34ebc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Jul 2021 08:50:47 +0200 Subject: [PATCH 2/3] Upgrade to Micrometer 1.6.9 Closes gh-27340 --- 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 fba3fa2ccf..9bb2f2768d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1112,7 +1112,7 @@ bom { ] } } - library("Micrometer", "1.6.8") { + library("Micrometer", "1.6.9") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 8694b67744bbc14426c0484fdc8570c5a2cecf5f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Jul 2021 08:51:42 +0200 Subject: [PATCH 3/3] Upgrade to Spring HATEOAS 1.2.8 Closes gh-27183 --- 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 9bb2f2768d..17bdc80258 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.8-SNAPSHOT") { + library("Spring HATEOAS", "1.2.8") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"