From d8ec24b542c15bc85f73291548d30ea566f58531 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Oct 2022 10:36:02 +0200 Subject: [PATCH] Upgrade to Spring Batch 5.0.0-RC1 Closes gh-32618 --- 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 00db9c25f5..9f9409acfc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1421,7 +1421,7 @@ bom { ] } } - library("Spring Batch", "5.0.0-SNAPSHOT") { + library("Spring Batch", "5.0.0-RC1") { group("org.springframework.batch") { imports = [ "spring-batch-bom"