From af23da1dfff441f50cd41a9c722b53f283686fe7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 10:52:37 +0000 Subject: [PATCH 1/2] Upgrade to Spring HATEOAS 1.2.5 Closes gh-25545 --- 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 14d9e06f07..65afb11111 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1572,7 +1572,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.5-SNAPSHOT") { + library("Spring HATEOAS", "1.2.5") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From f9db1968bffc5120c18f970b7c2bca580b6a2295 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 10:53:15 +0000 Subject: [PATCH 2/2] Upgrade to Micrometer 1.6.5 Closes gh-25543 --- 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 65afb11111..2407a32c60 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1112,7 +1112,7 @@ bom { ] } } - library("Micrometer", "1.6.5-SNAPSHOT") { + library("Micrometer", "1.6.5") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {