From a087d706d04e8b43a1cc75b9824aff111b18e944 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Aug 2020 09:14:25 +0100 Subject: [PATCH] Upgrade to Spring Batch 4.3.0-M2 Closes gh-22892 --- 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 f3194f3a192..69cef056fbb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1540,7 +1540,7 @@ bom { ] } } - library("Spring Batch", "4.3.0-M1") { + library("Spring Batch", "4.3.0-M2") { group("org.springframework.batch") { modules = [ "spring-batch-core",