From e3c126ae549bc809496bb9aa2608c934119c5285 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 May 2023 09:06:10 +0200 Subject: [PATCH] Start building against Spring Batch 5.0.2 snapshots See gh-35309 --- 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 abbd5593f3..f84042b384 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1400,7 +1400,7 @@ bom { ] } } - library("Spring Batch", "5.0.1") { + library("Spring Batch", "5.0.2-SNAPSHOT") { group("org.springframework.batch") { imports = [ "spring-batch-bom"