From 9755ff29e7ce3a8ac4574e5b452bdfe1053718b1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2026 16:20:29 +0100 Subject: [PATCH] Upgrade to Spring Batch 6.0.4 Closes gh-50539 --- 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 87b4f067393..efdeb4e3e58 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2407,7 +2407,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Batch", "6.0.4-SNAPSHOT") { + library("Spring Batch", "6.0.4") { considerSnapshots() group("org.springframework.batch") { bom("spring-batch-bom")