From aa50b3f846874d93e4e4766421eee1710818c40c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:26:27 +0200 Subject: [PATCH] Start building against Spring Batch 4.3.9 snapshots See gh-36827 --- 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 2c0badbf34..a2328df7a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1729,7 +1729,7 @@ bom { ] } } - library("Spring Batch", "4.3.8") { + library("Spring Batch", "4.3.9-SNAPSHOT") { prohibit { versionRange "[5.0.0-M1,)" because "it uses Spring Framework 6"