From f88cc5eb9461931d7ca058253195b973b5f4fc84 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 17 May 2023 16:45:46 -0700 Subject: [PATCH] Upgrade to Spring Batch 5.0.2 Closes gh-35300 --- 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 2545af42535e..1f353d5fc799 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1341,7 +1341,7 @@ bom { ] } } - library("Spring Batch", "5.0.2-SNAPSHOT") { + library("Spring Batch", "5.0.2") { group("org.springframework.batch") { imports = [ "spring-batch-bom"