From 98113c975bba36d66486d9c47244113a462c8fa2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Nov 2022 15:09:18 +0000 Subject: [PATCH] Revert "Start building against Spring Batch 4.3.8 snapshots" This reverts commit 41914ab15b5ac37655bbde5bfce9636521845e29. 4.3.8 has been postponed See gh-33135 --- 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 163a1731849..3474488fc08 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1679,7 +1679,7 @@ bom { ] } } - library("Spring Batch", "4.3.8-SNAPSHOT") { + library("Spring Batch", "4.3.7") { prohibit("[5.0.0-M1,)") { because "it uses Spring Framework 6" }