From a2bb4e8ab86166e742d681453aee2a0cfeb2a79a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jul 2023 13:59:47 +0100 Subject: [PATCH 1/3] Start building against Micrometer Tracing 1.1.3 snapshots See gh-36296 --- 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 8f476fad7ab..5a4b81b69f5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -984,7 +984,7 @@ bom { ] } } - library("Micrometer Tracing", "1.1.2") { + library("Micrometer Tracing", "1.1.3-SNAPSHOT") { group("io.micrometer") { imports = [ "micrometer-tracing-bom" From 6f9bf7273ccf6608d636bf0041ec1aad1b1a94bc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jul 2023 13:59:52 +0100 Subject: [PATCH 2/3] Start building against Reactor Bom 2022.0.9 snapshots See gh-36297 --- 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 5a4b81b69f5..42d54887941 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1202,7 +1202,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.8") { + library("Reactor Bom", "2022.0.9-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 0f59cf79381ce0bc1bf824371b15d3aa93d3a81c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jul 2023 13:59:57 +0100 Subject: [PATCH 3/3] Start building against Spring Security 6.1.2 snapshots See gh-36298 --- 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 42d54887941..d4de03e832d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1454,7 +1454,7 @@ bom { ] } } - library("Spring Security", "6.1.1") { + library("Spring Security", "6.1.2-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"