From f965eff735945287821c95cd7e6f98c0e73c9f65 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Apr 2023 13:31:38 +0200 Subject: [PATCH 1/3] Start building against Micrometer 1.9.10 snapshots See gh-34855 --- 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 ba9c4ed6b1..7d1cfb99e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1327,7 +1327,7 @@ bom { ] } } - library("Micrometer", "1.9.9") { + library("Micrometer", "1.9.10-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From a51dff9ef1e373699acf191f911acceba122a076 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Apr 2023 13:31:44 +0200 Subject: [PATCH 2/3] Start building against Reactor Bom 2020.0.31 snapshots See gh-34856 --- 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 7d1cfb99e0..6472e07c8a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1486,7 +1486,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.30") { + library("Reactor Bom", "2020.0.31-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 6c4809f54bb6bdd129d3238eef5248aa836c399f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Apr 2023 13:31:49 +0200 Subject: [PATCH 3/3] Start building against Spring Framework 5.3.27 snapshots See gh-34857 --- 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 6472e07c8a..1bd84fe48d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1750,7 +1750,7 @@ bom { ] } } - library("Spring Framework", "5.3.26") { + library("Spring Framework", "5.3.27-SNAPSHOT") { prohibit { versionRange "[6.0.0-M1,)" because "we upgrade in Spring Boot 3.x"