From 542810692587f85f2cd26fb566c2957376dd2b41 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Jan 2022 14:36:10 +0100 Subject: [PATCH 1/6] Upgrade to Spring Framework 5.3.15 Closes gh-29326 --- 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 e840626f0bf..c01a9e4a879 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Framework", "5.3.15-SNAPSHOT") { + library("Spring Framework", "5.3.15") { group("org.springframework") { imports = [ "spring-framework-bom" From aa0a7888008b53f0d015d7cc06f195c46b0a0f2a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Jan 2022 14:36:51 +0100 Subject: [PATCH 2/6] Upgrade to Micrometer 1.7.8 Closes gh-29310 --- 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 c01a9e4a879..22928ff4c99 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1213,7 +1213,7 @@ bom { ] } } - library("Micrometer", "1.7.8-SNAPSHOT") { + library("Micrometer", "1.7.8") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From f65d766fbe774e9ca11714f175120530a75b4c5b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Jan 2022 14:38:07 +0100 Subject: [PATCH 3/6] Upgrade to Spring Framework 5.3.15 Closes gh-29327 --- 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 3788b04af6d..79eda9e6179 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1648,7 +1648,7 @@ bom { ] } } - library("Spring Framework", "5.3.15-SNAPSHOT") { + library("Spring Framework", "5.3.15") { group("org.springframework") { imports = [ "spring-framework-bom" From 832d8845dfdd3823bcc51ce67a11d1d7c78c7e1d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Jan 2022 14:38:40 +0100 Subject: [PATCH 4/6] Upgrade to Micrometer 1.8.2 Closes gh-29316 --- 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 79eda9e6179..4d94b1d26e4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1225,7 +1225,7 @@ bom { ] } } - library("Micrometer", "1.8.2-SNAPSHOT") { + library("Micrometer", "1.8.2") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 7a0f7c498f9e0f56d2b8182ce1cd688d1879f158 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Jan 2022 14:39:51 +0100 Subject: [PATCH 5/6] Upgrade to Spring Framework 5.3.15 Closes gh-29328 --- 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 0a270ebcebf..0f32012cdc3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1660,7 +1660,7 @@ bom { ] } } - library("Spring Framework", "5.3.15-SNAPSHOT") { + library("Spring Framework", "5.3.15") { group("org.springframework") { imports = [ "spring-framework-bom" From d82fbcb43bdd8254eb8140fae757997722d1cc6c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Jan 2022 14:40:27 +0100 Subject: [PATCH 6/6] Upgrade to Micrometer 1.9.0-M2 Closes gh-29282 --- 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 0f32012cdc3..4a527e5992a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1236,7 +1236,7 @@ bom { ] } } - library("Micrometer", "1.9.0-SNAPSHOT") { + library("Micrometer", "1.9.0-M2") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {