From c8d9f948213d27f42618abb4072db9a7836c7d47 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Nov 2021 09:56:52 +0100 Subject: [PATCH 1/4] Upgrade to Spring Framework 5.3.13 Closes gh-28506 --- 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 a627de529ee..d6e353cc079 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 Framework", "5.3.13-SNAPSHOT") { + library("Spring Framework", "5.3.13") { group("org.springframework") { imports = [ "spring-framework-bom" From 24c578e3adf153dfb075a2a269637a38c5d55b19 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Nov 2021 09:57:22 +0100 Subject: [PATCH 2/4] Upgrade to Micrometer 1.6.13 Closes gh-28507 --- 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 d6e353cc079..2cb066b9053 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.13-SNAPSHOT") { + library("Micrometer", "1.6.13") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From f969b6003106a301cbb5270b7abf759b53122878 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Nov 2021 09:57:53 +0100 Subject: [PATCH 3/4] Upgrade to Spring Framework 5.3.13 Closes gh-28510 --- 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 8cbbc569730..1214f0fcc9f 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 Framework", "5.3.13-SNAPSHOT") { + library("Spring Framework", "5.3.13") { group("org.springframework") { imports = [ "spring-framework-bom" From 0b808fdd3c80320ff4c2ae98e414921996ee29f8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Nov 2021 09:59:21 +0100 Subject: [PATCH 4/4] Upgrade to Micrometer 1.7.6 Closes gh-28511 --- 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 1214f0fcc9f..a5cc59807e0 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.6-SNAPSHOT") { + library("Micrometer", "1.7.6") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {