From 30bdd76bbe602fa674f863f361089289aaf977ff Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 15:44:27 +0100 Subject: [PATCH] Start building against Spring Batch 4.3.6 snapshots See gh-31003 --- 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 b799a942e32..5a283907144 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1698,7 +1698,7 @@ bom { ] } } - library("Spring Batch", "4.3.5") { + library("Spring Batch", "4.3.6-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",