From 1a32a864d42f8ab22e3b7766d37d681f20d01711 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 12 May 2021 11:30:57 +0100 Subject: [PATCH 1/2] Upgrade to Spring Framework 5.2.15.RELEASE Closes gh-26425 --- 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 0e542f2bb1..751274beef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1673,7 +1673,7 @@ bom { ] } } - library("Spring Framework", "5.2.15.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.15.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom" From ece845a4e04a0d95a59a8645d6531ccf42c5777a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 12 May 2021 14:01:32 +0100 Subject: [PATCH 2/2] Upgrade to Micrometer 1.5.14 Closes gh-26427 --- 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 751274beef..22a9acff64 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1169,7 +1169,7 @@ bom { ] } } - library("Micrometer", "1.5.14-SNAPSHOT") { + library("Micrometer", "1.5.14") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {