From 87954afe37145df94d53de9078bbf13b1f25e59e Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 22 Oct 2025 16:55:06 -0700 Subject: [PATCH] Upgrade to Spring Batch 6.0.0-RC1 Closes gh-47484 --- 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 bfa3abeb06b..ce174812a49 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2370,7 +2370,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-RC1") { considerSnapshots() group("org.springframework.batch") { bom("spring-batch-bom")