From b378fbfa87a1405c686089d21d9ebded23af856f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Jun 2020 15:11:18 +0200 Subject: [PATCH] Start building against Spring Batch 4.2.3 snapshots See gh-21784 --- 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 0ab7fbf5d65..2f61882a702 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring Batch", "4.2.2.RELEASE") { + library("Spring Batch", "4.2.3.BUILD-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",