From 3db0352806a7f34039460de123bfcfeff6a726be Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:26:12 +0200 Subject: [PATCH 1/5] Start building against Micrometer 1.9.14 snapshots See gh-36824 --- 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 ec8595b4c2..e322285876 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.13") { + library("Micrometer", "1.9.14-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 8bec4526d3948ff1f9521374e2391ac90e8696d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:26:17 +0200 Subject: [PATCH 2/5] Start building against Reactor Bom 2020.0.35 snapshots See gh-36825 --- 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 e322285876..795336b834 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.34") { + library("Reactor Bom", "2020.0.35-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 9ae960ea7d6ce72b80c3f6ae6ca8359a42587078 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:26:22 +0200 Subject: [PATCH 3/5] Start building against Spring AMQP 2.4.15 snapshots See gh-36826 --- 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 795336b834..2c0badbf34 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1714,7 +1714,7 @@ bom { ] } } - library("Spring AMQP", "2.4.14") { + library("Spring AMQP", "2.4.15-SNAPSHOT") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6" From aa50b3f846874d93e4e4766421eee1710818c40c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:26:27 +0200 Subject: [PATCH 4/5] Start building against Spring Batch 4.3.9 snapshots See gh-36827 --- 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 2c0badbf34..a2328df7a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1729,7 +1729,7 @@ bom { ] } } - library("Spring Batch", "4.3.8") { + library("Spring Batch", "4.3.9-SNAPSHOT") { prohibit { versionRange "[5.0.0-M1,)" because "it uses Spring Framework 6" From 59c667caeb91e9b2dea18c9d483f76298f2f2a60 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:26:31 +0200 Subject: [PATCH 5/5] Start building against Spring Data Bom 2021.2.15 snapshots See gh-36828 --- 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 a2328df7a2..8ea5d98bee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1743,7 +1743,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.14") { + library("Spring Data Bom", "2021.2.15-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"