From a569786b7954e80e706e8797fe3d9a114ef359a5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Oct 2021 09:57:29 +0200 Subject: [PATCH 1/4] Upgrade to Micrometer 1.6.12 Closes gh-28224 --- 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 0c1ead734f..7bf3d5d83e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1119,7 +1119,7 @@ bom { ] } } - library("Micrometer", "1.6.12-SNAPSHOT") { + library("Micrometer", "1.6.12") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From c743442a786a41666c1f1a78ca2d4f20f6da6984 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Oct 2021 09:58:05 +0200 Subject: [PATCH 2/4] Upgrade to Spring HATEOAS 1.2.10 Closes gh-28358 --- 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 7bf3d5d83e..0a1e48e98e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.9") { + library("Spring HATEOAS", "1.2.10") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From e3a2d42a9697deb5403a8c1a602ec2712e2b7439 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Oct 2021 10:06:33 +0200 Subject: [PATCH 3/4] Upgrade to Micrometer 1.7.5 Closes gh-28242 --- 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 3141d8a3bf..b4a822b052 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1207,7 +1207,7 @@ bom { ] } } - library("Micrometer", "1.7.5-SNAPSHOT") { + library("Micrometer", "1.7.5") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 1a1d074f5bc935f41b0a7dc478d8cd823737d8e1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Oct 2021 10:07:02 +0200 Subject: [PATCH 4/4] Upgrade to Spring HATEOAS 1.3.5 Closes gh-28243 --- 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 b4a822b052..39dfc2c6c4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.5-SNAPSHOT") { + library("Spring HATEOAS", "1.3.5") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"