From 82763deb935d368a8d0e2c21ea8a92716e6e0192 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 22 Sep 2022 09:26:07 +0200 Subject: [PATCH] Upgrade to Spring Batch 4.3.7 Closes gh-32271 --- 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 fd48fddc4138..4aaad164c2e8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1691,7 +1691,7 @@ bom { ] } } - library("Spring Batch", "4.3.7-SNAPSHOT") { + library("Spring Batch", "4.3.7") { group("org.springframework.batch") { modules = [ "spring-batch-core",