From eea16211d852a207af48c64d5e36f3d4262ab24f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Dec 2025 12:07:37 +0000 Subject: [PATCH] Upgrade to Spring Batch 6.0.1 Closes 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 1aa916c92e0..b8ac902f9a8 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-SNAPSHOT") { + library("Spring Batch", "6.0.1") { considerSnapshots() group("org.springframework.batch") { bom("spring-batch-bom")