From 25f7403a2b6eb8a340dc743e3573a4292bc61a2c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Sep 2020 16:39:36 +0200 Subject: [PATCH] Start building against Spring Batch 4.3.0-RC1 snapshots See gh-23189 --- 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 912603993b8..8c55fe6becd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1547,7 +1547,7 @@ bom { ] } } - library("Spring Batch", "4.3.0-M2") { + library("Spring Batch", "4.3.0-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",