From f61d27d59cdcdeb37f04b613100e8e913d7243c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 16 Sep 2026 07:42:43 +0200 Subject: [PATCH] Start building against Spring Batch 6.1.0-M2 snapshots See gh-51778 --- 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 c505c68ab9c..c675c584579 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2668,7 +2668,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Batch", "6.1.0-M1") { + library("Spring Batch", "6.1.0-SNAPSHOT") { firstParty() group("org.springframework.batch") { bom("spring-batch-bom")