From c4151bb6298b87868e9bc82b2228cf3164528ba4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Nov 2022 15:05:58 +0000 Subject: [PATCH] Revert "Start building against Spring Batch 4.3.8 snapshots" This reverts commit 2b4ceb35a29669d902821cca16838b19e0abb2da. The 4.3.8 release has been postponed. See gh-33128 --- 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 7fb736194e..3d1cb21926 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring Batch", "4.3.8-SNAPSHOT") { + library("Spring Batch", "4.3.7") { group("org.springframework.batch") { modules = [ "spring-batch-core",