From a18d3e0a3fbeb65d8c7bcc3f0c266f40c969d3dd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 13:17:03 +0100 Subject: [PATCH] Start building against Spring Batch 5.0.0 snapshots See gh-33148 --- 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 3c081c9b5aa2..66bb19ee6aaa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1343,7 +1343,7 @@ bom { ] } } - library("Spring Batch", "5.0.0-RC2") { + library("Spring Batch", "5.0.0-SNAPSHOT") { group("org.springframework.batch") { imports = [ "spring-batch-bom"