From 4d29098e6af0b1c78c4a3b78a03ac697cc414fc0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 17:41:35 +0100 Subject: [PATCH] Start building against Spring Batch 4.2.5 snapshots See gh-24290 --- 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 dbe0655b81..42a2e172df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1655,7 +1655,7 @@ bom { ] } } - library("Spring Batch", "4.2.4.RELEASE") { + library("Spring Batch", "4.2.5.BUILD-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",