From 542810692587f85f2cd26fb566c2957376dd2b41 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Jan 2022 14:36:10 +0100 Subject: [PATCH 1/2] 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/2] 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" {