From 82763deb935d368a8d0e2c21ea8a92716e6e0192 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 22 Sep 2022 09:26:07 +0200 Subject: [PATCH 1/2] Upgrade to Spring Batch 4.3.7 Closes gh-32271 --- 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 fd48fddc413..4aaad164c2e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1691,7 +1691,7 @@ bom { ] } } - library("Spring Batch", "4.3.7-SNAPSHOT") { + library("Spring Batch", "4.3.7") { group("org.springframework.batch") { modules = [ "spring-batch-core", From ca830240fa7006d351e31a61fcf6a6644575935a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 22 Sep 2022 09:35:29 +0200 Subject: [PATCH 2/2] Upgrade to Spring Batch 4.3.7 Closes gh-32278 --- 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 89c5ff4c92f..6ef51645e4d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1661,7 +1661,7 @@ bom { ] } } - library("Spring Batch", "4.3.7-SNAPSHOT") { + library("Spring Batch", "4.3.7") { prohibit("[5.0.0-M1,)") { because "it uses Spring Framework 6" }