From e847e662c2c215df479d2d3998212fd4f7463e24 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 19:26:45 +0100 Subject: [PATCH] Start building against Spring Batch 5.1.0 snapshots See gh-36189 --- 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 8f2f7f57e1..d061f7816e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1386,7 +1386,7 @@ bom { ] } } - library("Spring Batch", "5.0.2") { + library("Spring Batch", "5.1.0-SNAPSHOT") { group("org.springframework.batch") { imports = [ "spring-batch-bom"