From 9ab8c625e572aedbc4167caccc964ec254bf83cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Jun 2021 08:31:44 +0200 Subject: [PATCH 1/3] Start building against Spring HATEOAS 1.2.7 snapshots See gh-27013 --- 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 a5bdcb569f..524b1c340f 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.6") { + library("Spring HATEOAS", "1.2.7-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From b8a5d9b88286f9104511cb12111c4a750c564f8a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Jun 2021 09:35:36 +0200 Subject: [PATCH 2/3] Start building against Micrometer 1.6.8 snapshots See gh-27014 --- 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 524b1c340f..b6d0f03d4b 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.7") { + library("Micrometer", "1.6.8-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 0a2fe3562d4fe690f67b4a9f6c36a20020a6479b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Jun 2021 09:53:48 +0200 Subject: [PATCH 3/3] Start building against Micrometer 1.7.1 snapshots See gh-27015 --- 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 643a197478..35a44e98c5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1200,7 +1200,7 @@ bom { ] } } - library("Micrometer", "1.7.0") { + library("Micrometer", "1.7.1-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {