From d26b7ef793b50dd1ae8d7932d338f0ce6f0b3f83 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:41:16 +0200 Subject: [PATCH] Start building against Spring Batch 5.0.3 snapshots See gh-36833 --- 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 5c0c590d410..405d5be16ce 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.2") { + library("Spring Batch", "5.0.3-SNAPSHOT") { group("org.springframework.batch") { imports = [ "spring-batch-bom"