From 64c8ab835da853004eba6bd3cae494c5cb3e5142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 4 Aug 2026 19:56:06 +0200 Subject: [PATCH] Upgrade to Spring Batch 6.1.0-M1 Closes gh-51269 --- 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 a471e501d46..0c0d1eac1f0 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2556,7 +2556,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Batch", "6.1.0-INTERNAL-SNAPSHOT") { + library("Spring Batch", "6.1.0-M1") { firstParty() group("org.springframework.batch") { bom("spring-batch-bom")