From 4d735de59194bb97dbc3996cef337586e5384cc5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Nov 2022 09:57:08 +0100 Subject: [PATCH] Upgrade to Spring Batch 5.0.0 Closes gh-33148 --- 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 9e762c57f92a..d5b6475861dd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1343,7 +1343,7 @@ bom { ] } } - library("Spring Batch", "5.0.0-SNAPSHOT") { + library("Spring Batch", "5.0.0") { group("org.springframework.batch") { imports = [ "spring-batch-bom"