From 7acf08c12e32fc2baebfc695d734d7e506be3e6c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 16:05:25 +0000 Subject: [PATCH] Start building against Spring Batch 5.0.1 snapshots See gh-34150 --- 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 e1c86c958f8..e0691e48a7b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1341,7 +1341,7 @@ bom { ] } } - library("Spring Batch", "5.0.0") { + library("Spring Batch", "5.0.1-SNAPSHOT") { group("org.springframework.batch") { imports = [ "spring-batch-bom"