From b1f9be6a2825028d924da36737c8a016742cf526 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jul 2023 13:43:14 +0100 Subject: [PATCH 1/3] Start building against Micrometer Tracing 1.0.8 snapshots See gh-36291 --- 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 7fca582beaf..09737225d28 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.7") { + library("Micrometer Tracing", "1.0.8-SNAPSHOT") { group("io.micrometer") { imports = [ "micrometer-tracing-bom" From 7462065f38d8b4bc241660a717e4cc8015ad4995 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jul 2023 13:43:19 +0100 Subject: [PATCH 2/3] Start building against Reactor Bom 2022.0.9 snapshots See gh-36292 --- 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 09737225d28..bd96eaf7955 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.8") { + library("Reactor Bom", "2022.0.9-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 4a9327b3f194282cb557043bfdfc2b212c54e62b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jul 2023 13:43:24 +0100 Subject: [PATCH 3/3] Start building against Spring Security 6.0.5 snapshots See gh-36293 --- 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 bd96eaf7955..4a32169f2b0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Spring Security", "6.0.4") { + library("Spring Security", "6.0.5-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"