From 190d39a4f96bf391e92781fbecf061e5a884058d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:06:58 +0100 Subject: [PATCH] Start building against Spring Batch 4.3.4 snapshots See gh-28230 --- 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 e74e5d42a10..6666c3d016d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1561,7 +1561,7 @@ bom { ] } } - library("Spring Batch", "4.3.3") { + library("Spring Batch", "4.3.4-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",