From 801a028211196288034bfd13252b7f5276099ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 8 Dec 2025 09:39:57 +0100 Subject: [PATCH] Start building against Spring Batch 6.0.1 snapshots See gh-48437 --- 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 bb9ae39cf21..9905244987c 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2383,7 +2383,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Batch", "6.0.0") { + library("Spring Batch", "6.0.1-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { bom("spring-batch-bom")