From 26110cfdb65746341745303dd698dd5fb6d7af2c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jan 2026 14:21:03 +0000 Subject: [PATCH] Start building against Spring Batch 6.0.2 snapshots See gh-48715 --- 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 cc33e521efb..e4e679ebb9d 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.1") { + library("Spring Batch", "6.0.2-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { bom("spring-batch-bom")