From d9f28c513d59d85dea99d1854ec2d4d88067ea5a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:28:45 +0200 Subject: [PATCH] Start building against Spring Batch 5.0.2 snapshots See gh-35300 --- 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 7af522b53b7..22ba43a550d 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.1") { + library("Spring Batch", "5.0.2-SNAPSHOT") { group("org.springframework.batch") { imports = [ "spring-batch-bom"