From ec72bcc9a8f987263260b189fe2234040e44e4b6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:10:57 +0200 Subject: [PATCH 1/6] Start building against Micrometer 1.9.11 snapshots See gh-35290 --- 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 1a4f357f51a..bc0ad14ce32 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.10") { + library("Micrometer", "1.9.11-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From b4715f5e1ef80fadfb85d1cccaddd07c5aef502a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:11:02 +0200 Subject: [PATCH 2/6] Start building against Reactor Bom 2020.0.32 snapshots See gh-35291 --- 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 bc0ad14ce32..e455e6171a2 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.31") { + library("Reactor Bom", "2020.0.32-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From f32923da1a052921e94011b35086555163e5c44d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:11:07 +0200 Subject: [PATCH 3/6] Start building against Spring Data Bom 2021.2.12 snapshots See gh-35292 --- 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 e455e6171a2..107f899d7dc 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.11") { + library("Spring Data Bom", "2021.2.12-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From 546c0e0aafbd34091051fda090add68cfc35597c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:11:11 +0200 Subject: [PATCH 4/6] Start building against Spring Framework 5.3.28 snapshots See gh-35293 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 284895299a2..2030424da7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.6.21 -springFrameworkVersion=5.3.27 +springFrameworkVersion=5.3.28-SNAPSHOT tomcatVersion=9.0.74 kotlin.stdlib.default.dependency=false From d614d1336e01c0e6c776285d0225612015ec9ab1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:11:16 +0200 Subject: [PATCH 5/6] Start building against Spring Integration 5.5.18 snapshots See gh-35294 --- 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 107f899d7dc..a541f363c41 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1780,7 +1780,7 @@ bom { ] } } - library("Spring Integration", "5.5.17") { + library("Spring Integration", "5.5.18-SNAPSHOT") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6" From 2b03e51a192d0c8ac8e1698911356f4db3619e31 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:11:21 +0200 Subject: [PATCH 6/6] Start building against Spring WS 3.1.7 snapshots See gh-35295 --- 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 a541f363c41..df82344ba1f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1854,7 +1854,7 @@ bom { ] } } - library("Spring WS", "3.1.6") { + library("Spring WS", "3.1.7-SNAPSHOT") { prohibit { versionRange "[4.0.0-M1,)" because "it uses Spring Framework 6"