From 22e7ba6f648cb631a0b165b162709bf6fc488f8f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Oct 2021 12:30:20 +0100 Subject: [PATCH 1/2] Revert "Start building against Spring Batch 4.3.4 snapshots" This reverts commit 33ffae8e74adf1bee0fe98b7333dc6d0ff030564. See gh-28230 --- 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 fcd4979389..659d31db7d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1561,7 +1561,7 @@ bom { ] } } - library("Spring Batch", "4.3.4-SNAPSHOT") { + library("Spring Batch", "4.3.3") { group("org.springframework.batch") { modules = [ "spring-batch-core", From c1ca16c971c48f67588be4dd489e3acf217a3adb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Oct 2021 12:31:23 +0100 Subject: [PATCH 2/2] Revert "Start building against Spring Batch 4.3.4 snapshots" This reverts commit c0605ffc71f0086a7529eb117cdd587f9136e401. See gh-28250 --- 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 7e2b641250..aa8abb5819 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring Batch", "4.3.4-SNAPSHOT") { + library("Spring Batch", "4.3.3") { group("org.springframework.batch") { modules = [ "spring-batch-core",