From 7db5f16cf3560dccaa1e30c71ce9fb2da245a59f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 6 Nov 2025 10:42:09 +0000 Subject: [PATCH] Upgrade to Spring Batch 6.0.0-RC2 Closes gh-47842 --- 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 ac2fb1105dd..5f1d6307cec 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2386,7 +2386,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Batch", "6.0.0-SNAPSHOT") { + library("Spring Batch", "6.0.0-RC2") { considerSnapshots() group("org.springframework.batch") { bom("spring-batch-bom")