From c18896ed5a065a7d1cc23cd58b52040907d0a3ba Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 26 Jun 2020 22:48:44 +0100 Subject: [PATCH] Upgrade to Spring Batch 4.3.0-M1 Closes gh-22126 --- 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 ec1384580ab..3c5efa14d1e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1636,7 +1636,7 @@ bom { ] } } - library("Spring Batch", "4.2.4.RELEASE") { + library("Spring Batch", "4.3.0-M1") { group("org.springframework.batch") { modules = [ "spring-batch-core",