From f965eff735945287821c95cd7e6f98c0e73c9f65 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Apr 2023 13:31:38 +0200 Subject: [PATCH 1/7] 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/7] 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/7] 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" From bca565bc17d45e6e704cb420f11cdbc2085867e5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Apr 2023 13:49:54 +0200 Subject: [PATCH 4/7] Start building against Micrometer 1.10.6 snapshots See gh-34858 --- 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 a41ac7fded..6d04d3e80a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -946,7 +946,7 @@ bom { ] } } - library("Micrometer", "1.10.5") { + library("Micrometer", "1.10.6-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From cc213a5424f869c9f52e7f968792d058664829e1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Apr 2023 13:49:59 +0200 Subject: [PATCH 5/7] Start building against Micrometer Tracing 1.0.4 snapshots See gh-34859 --- 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 6d04d3e80a..aca4d6e435 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -958,7 +958,7 @@ bom { ] } } - library("Micrometer Tracing", "1.0.3") { + library("Micrometer Tracing", "1.0.4-SNAPSHOT") { group("io.micrometer") { imports = [ "micrometer-tracing-bom" From 3812cb1b448d72cf810f599f3c8a17152b1f4a1b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Apr 2023 13:50:04 +0200 Subject: [PATCH 6/7] Start building against Reactor Bom 2022.0.6 snapshots See gh-34860 --- 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 aca4d6e435..330a068e7c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1155,7 +1155,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.5") { + library("Reactor Bom", "2022.0.6-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From cbf67b1c9a3ca33e9e5e444b35888bfc6f5235a7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Apr 2023 13:50:08 +0200 Subject: [PATCH 7/7] Start building against Spring Framework 6.0.8 snapshots See gh-34861 --- 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 330a068e7c..2c184521f3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1355,7 +1355,7 @@ bom { ] } } - library("Spring Framework", "6.0.7") { + library("Spring Framework", "6.0.8-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"