From 9006fdec506942c9e8dc7ce34a4f20ce97018c55 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:36:47 +0100 Subject: [PATCH] Start building against Spring Batch 4.3.5 snapshots See gh-29724 --- 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 c0e40dd1a5d3..0ad38f05bbd7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1631,7 +1631,7 @@ bom { ] } } - library("Spring Batch", "4.3.4") { + library("Spring Batch", "4.3.5-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",