From edc6da27f2859b03994c5b1ab41f3b51d13923b0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Nov 2023 16:59:58 +0000 Subject: [PATCH] Start building against Spring Batch 4.3.10 snapshots See gh-38281 --- 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 ad304648dd8..a2b48d6b24f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1726,7 +1726,7 @@ bom { ] } } - library("Spring Batch", "4.3.9") { + library("Spring Batch", "4.3.10-SNAPSHOT") { considerSnapshots() prohibit { versionRange "[5.0.0-M1,)"