From 9c72da072464b68a196d998c7872072d31f754ea Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Nov 2023 16:59:49 +0000 Subject: [PATCH 1/5] Start building against Micrometer 1.9.17 snapshots See gh-38279 --- 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 6d2d0459e4d..5f23baf09c9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1319,7 +1319,7 @@ bom { ] } } - library("Micrometer", "1.9.16") { + library("Micrometer", "1.9.17-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From 274ac907d2276c517092b7bc3a8b740dd6bc4001 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Nov 2023 16:59:54 +0000 Subject: [PATCH 2/5] Start building against Reactor Bom 2020.0.38 snapshots See gh-38280 --- 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 5f23baf09c9..ad304648dd8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1480,7 +1480,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.37") { + library("Reactor Bom", "2020.0.38-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From edc6da27f2859b03994c5b1ab41f3b51d13923b0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Nov 2023 16:59:58 +0000 Subject: [PATCH 3/5] Start building against Spring Batch 4.3.10 snapshots See gh-38281 --- 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 ad304648dd8..a2b48d6b24f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1726,7 +1726,7 @@ bom { ] } } - library("Spring Batch", "4.3.9") { + library("Spring Batch", "4.3.10-SNAPSHOT") { considerSnapshots() prohibit { versionRange "[5.0.0-M1,)" From c95b5409b1412904712c8f8c155778c8574eaecb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Nov 2023 17:00:03 +0000 Subject: [PATCH 4/5] Start building against Spring Data Bom 2021.2.18 snapshots See gh-38282 --- 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 a2b48d6b24f..fee88c9de2d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1741,7 +1741,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.17") { + library("Spring Data Bom", "2021.2.18-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" prohibit { From d9e07a14814e16e0e6ff505adf1a6b6b0baae6f8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Nov 2023 17:00:08 +0000 Subject: [PATCH 5/5] Start building against Spring Framework 5.3.31 snapshots See gh-38283 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b745931ba41..6bdbd68ca64 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ jacksonVersion=2.13.5 junitJupiterVersion=5.8.2 kotlinVersion=1.6.21 mavenVersion=3.9.4 -springFrameworkVersion=5.3.30 +springFrameworkVersion=5.3.31-SNAPSHOT tomcatVersion=9.0.82 kotlin.stdlib.default.dependency=false