From 5f7657508fc90beb8153b7bc061d02cfebe4545c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 4 Feb 2022 11:27:29 +0100 Subject: [PATCH] Start building against Spring Batch 4.3.5 snapshots See gh-29652 --- 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 3a57db1e82b..da203b42c25 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring Batch", "4.3.4") { + library("Spring Batch", "4.3.5-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",