From 54aaaeec6f2538aa6c5022518ee367ee83031e2c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Nov 2022 19:29:12 +0000 Subject: [PATCH] Upgrade to Spring Batch 6.0.0-RC2 Closes gh-332935 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4b05c3e681e..ae8f9aef4df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1357,7 +1357,7 @@ bom { ] } } - library("Spring Batch", "5.0.0-SNAPSHOT") { + library("Spring Batch", "5.0.0-RC2") { group("org.springframework.batch") { imports = [ "spring-batch-bom"