From 6d0a5042835cca1fd715e91e107fcb5fccfcca31 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Sep 2022 08:30:41 +0200 Subject: [PATCH] Start building against Spring Batch 4.3.7 snapshots See gh-32271 --- 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 240c24d0ef..2de4788e67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1691,7 +1691,7 @@ bom { ] } } - library("Spring Batch", "4.3.6") { + library("Spring Batch", "4.3.7-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core",