From d183ab4b17a3f88f0738183c75faf8daefca5a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 15 Sep 2025 09:49:30 +0200 Subject: [PATCH] Start building against Spring Batch 6.0.0-M3 snaphots (again) This reverts commit a0b1df68d5d397346ea9d2d706b06815953bcaf0. See gh-47001 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index fb15801b545..707df145ee1 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2279,7 +2279,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Batch", "6.0.0-M2") { + library("Spring Batch", "6.0.0-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { bom("spring-batch-bom")