From 6f949a17445306f0d38d6d62377fb122cebde32d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Jul 2021 08:50:46 +0200 Subject: [PATCH 1/6] 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/6] 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/6] 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" From 1c69789ca4ca1de21198e8ed7510ab37a2673c5a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Jul 2021 08:58:12 +0200 Subject: [PATCH 4/6] Upgrade to Lettuce 6.1.4.RELEASE Closes gh-27341 --- 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 4d1cfad7f2..d89cea15d6 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.3.RELEASE") { + library("Lettuce", "6.1.4.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From 8268c21158daedac2b71e09d30fe9a1ac96ddaba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Jul 2021 08:58:14 +0200 Subject: [PATCH 5/6] Upgrade to Micrometer 1.7.2 Closes gh-27342 --- 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 d89cea15d6..ebd811f11b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1200,7 +1200,7 @@ bom { ] } } - library("Micrometer", "1.7.1") { + library("Micrometer", "1.7.2") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 39626fa4e75cd68c1f2f444cf4e04d2496dad9f0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Jul 2021 09:00:17 +0200 Subject: [PATCH 6/6] Upgrade to Spring HATEOAS 1.3.3 Closes gh-27184 --- 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 ebd811f11b..7bcb07e9eb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1663,7 +1663,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.3-SNAPSHOT") { + library("Spring HATEOAS", "1.3.3") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"