From 0bd50fedbc21fb4817c3ddde69740bba439dbc64 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 14:25:23 +0100 Subject: [PATCH 1/4] Upgrade to Spring Framework 5.3.17 Closes gh-30170 --- 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 bdfd9d2cd2..676f58d65c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Framework", "5.3.17-SNAPSHOT") { + library("Spring Framework", "5.3.17") { group("org.springframework") { imports = [ "spring-framework-bom" From 9824d40b144acc92cc82154601da1f115a032961 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 14:26:09 +0100 Subject: [PATCH 2/4] Upgrade to Micrometer 1.7.10 Closes gh-30171 --- 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 676f58d65c..3ad0b67d27 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1231,7 +1231,7 @@ bom { ] } } - library("Micrometer", "1.7.10-SNAPSHOT") { + library("Micrometer", "1.7.10") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 947fee1663ff6dae2a104378a757ecac4463e9b7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 14:32:08 +0100 Subject: [PATCH 3/4] Upgrade to Spring Framework 5.3.17 Closes gh-30177 --- 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 62c3de7be0..9ee48265a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1699,7 +1699,7 @@ bom { ] } } - library("Spring Framework", "5.3.17-SNAPSHOT") { + library("Spring Framework", "5.3.17") { group("org.springframework") { imports = [ "spring-framework-bom" From c7e788bd916e136ec419c1883183b2f01a40d35e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 14:32:46 +0100 Subject: [PATCH 4/4] Upgrade to Micrometer 1.8.4 Closes gh-30178 --- 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 9ee48265a7..8cea814df9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1248,7 +1248,7 @@ bom { ] } } - library("Micrometer", "1.8.4-SNAPSHOT") { + library("Micrometer", "1.8.4") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {