From b03984735c197f8edd7233db6e94d28c5b762998 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 11:29:12 +0000 Subject: [PATCH 1/6] Start building against Micrometer 1.9.9 snapshots See gh-34528 --- 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 c200fa5b091..4df3bfed6c0 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.8") { + library("Micrometer", "1.9.9-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 5daef7cda1b74566ae925c5d87b2a7df6c536719 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 11:29:18 +0000 Subject: [PATCH 2/6] Start building against Reactor Bom 2020.0.30 snapshots See gh-34529 --- 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 4df3bfed6c0..511f73a2f17 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.28") { + library("Reactor Bom", "2020.0.30-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 8112273b22f959b311d479e5f08870c63ffed5a1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 11:29:24 +0000 Subject: [PATCH 3/6] Start building against Spring Data Bom 2021.2.10 snapshots See gh-34530 --- 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 511f73a2f17..b5a8b52c203 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1739,7 +1739,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.8") { + library("Spring Data Bom", "2021.2.10-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From 5fdd124bc3bf9917067ab328a26dd0bb5047c6d0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 11:29:29 +0000 Subject: [PATCH 4/6] Start building against Spring Framework 5.3.26 snapshots See gh-34531 --- 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 b5a8b52c203..9f45c82a389 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.25") { + library("Spring Framework", "5.3.26-SNAPSHOT") { prohibit { versionRange "[6.0.0-M1,)" because "we upgrade in Spring Boot 3.x" From 783db48cf40e517411098c5f8803ff57c68049d6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 11:29:34 +0000 Subject: [PATCH 5/6] Start building against Spring GraphQL 1.0.4 snapshots See gh-34532 --- 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 9f45c82a389..80243ecc7ba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1761,7 +1761,7 @@ bom { ] } } - library("Spring GraphQL", "1.0.3") { + library("Spring GraphQL", "1.0.4-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql", From 2c09c311f581d4cde60c36b9cdc6b3b12c9b85d2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 11:29:39 +0000 Subject: [PATCH 6/6] Start building against Spring Session Bom 2021.2.1 snapshots See gh-34533 --- 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 80243ecc7ba..7d607dd3ebc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1843,7 +1843,7 @@ bom { ] } } - library("Spring Session Bom", "2021.2.0") { + library("Spring Session Bom", "2021.2.1-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"