From a0b1df68d5d397346ea9d2d706b06815953bcaf0 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 12 Sep 2025 11:13:38 -0700 Subject: [PATCH] Temporarily revert to Spring Batch 6.0.0-M2 The latest snapshots are unfortunately breaking the build. 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 798c957f989..332afac0766 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2296,7 +2296,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}") } } - library("Spring Batch", "6.0.0-SNAPSHOT") { + library("Spring Batch", "6.0.0-M2") { considerSnapshots() group("org.springframework.batch") { bom("spring-batch-bom")