From 3b43d07f8a528a58d52e513e650ebf15b444df66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Mar 2026 07:58:33 +0100 Subject: [PATCH] Start building against Spring Batch 6.0.3 snapshots See gh-49439 --- 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 565663c3d79..d25749d366b 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2434,7 +2434,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Batch", "6.0.2") { + library("Spring Batch", "6.0.3-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { bom("spring-batch-bom")