From c39e9fa9189ce26a26581bcb4eb41d23ff738521 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Oct 2021 12:32:37 +0100 Subject: [PATCH] Revert "Start building against Spring Batch 4.3.4 snapshots" This reverts commit fda26703b2e1df6dcaf319a47704a98cf8461880. See gh-28261 --- 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 d407880a6995..a184ca82e91f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1625,7 +1625,7 @@ bom { ] } } - library("Spring Batch", "4.3.4-SNAPSHOT") { + library("Spring Batch", "4.3.3") { group("org.springframework.batch") { modules = [ "spring-batch-core",