From ec72bcc9a8f987263260b189fe2234040e44e4b6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:10:57 +0200 Subject: [PATCH 01/12] 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 1a4f357f51..bc0ad14ce3 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 02/12] 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 bc0ad14ce3..e455e6171a 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 03/12] 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 e455e6171a..107f899d7d 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 04/12] 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 284895299a..2030424da7 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 05/12] 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 107f899d7d..a541f363c4 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 06/12] 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 a541f363c4..df82344ba1 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" From 28024b2d7f47ce2ef024c127d1be89bca2e56845 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:28:34 +0200 Subject: [PATCH 07/12] Start building against Micrometer 1.10.7 snapshots See gh-35298 --- 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 bd1d5088c5..55919028f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -946,7 +946,7 @@ bom { ] } } - library("Micrometer", "1.10.6") { + library("Micrometer", "1.10.7-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 968006cc19bc4f8b1bdcaa579c95cff51c4843c8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:28:39 +0200 Subject: [PATCH 08/12] Start building against Reactor Bom 2022.0.7 snapshots See gh-35299 --- 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 55919028f7..7af522b53b 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.6") { + library("Reactor Bom", "2022.0.7-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From d9f28c513d59d85dea99d1854ec2d4d88067ea5a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:28:45 +0200 Subject: [PATCH 09/12] Start building against Spring Batch 5.0.2 snapshots See gh-35300 --- 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 7af522b53b..22ba43a550 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1341,7 +1341,7 @@ bom { ] } } - library("Spring Batch", "5.0.1") { + library("Spring Batch", "5.0.2-SNAPSHOT") { group("org.springframework.batch") { imports = [ "spring-batch-bom" From e95c0496c1feec4a406e55d086915f058bc04c03 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:28:50 +0200 Subject: [PATCH 10/12] Start building against Spring Data Bom 2022.0.6 snapshots See gh-35301 --- 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 22ba43a550..21e8d4d67c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1348,7 +1348,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.5") { + library("Spring Data Bom", "2022.0.6-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 063cda5f7449c4ae7e4ca489f66164d6f9cbf843 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:28:55 +0200 Subject: [PATCH 11/12] Start building against Spring Framework 6.0.9 snapshots See gh-35302 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d45ba82c3f..e72a225824 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.7.22 nativeBuildToolsVersion=0.9.21 -springFrameworkVersion=6.0.8 +springFrameworkVersion=6.0.9-SNAPSHOT tomcatVersion=10.1.8 kotlin.stdlib.default.dependency=false From 984481e150337df69023f617dd190685c1a43f0b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:29:05 +0200 Subject: [PATCH 12/12] Start building against Spring WS 4.0.4 snapshots See gh-35304 --- 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 21e8d4d67c..e6b45e6ad7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1434,7 +1434,7 @@ bom { ] } } - library("Spring WS", "4.0.3") { + library("Spring WS", "4.0.4-SNAPSHOT") { group("org.springframework.ws") { imports = [ "spring-ws-bom"