From eabcc81b03a497fe681768f2d8c3ff8a5880fb84 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 03:53:04 +0100 Subject: [PATCH] Start building against Spring Batch 4.3.1 snapshots See gh-24291 --- 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 16d8e8b1c1f..1a394940df8 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") { + library("Spring Batch", "4.3.1-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",