From 86bb8de8158b089fa01cbffb2d08ca9ab868e6d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 11:13:38 +0100 Subject: [PATCH] Start building against Spring Batch 4.3.4 snapshots See gh-28261 --- 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 00e93a390729..c61c728a5910 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1625,7 +1625,7 @@ bom { ] } } - library("Spring Batch", "4.3.3") { + library("Spring Batch", "4.3.4-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",