From 7f60c67074af828d5f4cfa261c3a1a6af948061b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 17:35:55 +0100 Subject: [PATCH 1/2] Upgrade to Spring Batch 4.3.6 Closes gh-31003 --- 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 d1a7585fc8..c9dd93daec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1699,7 +1699,7 @@ bom { ] } } - library("Spring Batch", "4.3.6-SNAPSHOT") { + library("Spring Batch", "4.3.6") { group("org.springframework.batch") { modules = [ "spring-batch-core", From 69edce0629c683c4a7211f498d4bedf7f5098389 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 17:37:11 +0100 Subject: [PATCH 2/2] Upgrade to Spring Batch 4.3.6 Closes gh-31011 --- 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 b241737da9..cdfb4a1459 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1684,7 +1684,7 @@ bom { ] } } - library("Spring Batch", "4.3.6-SNAPSHOT") { + library("Spring Batch", "4.3.6") { group("org.springframework.batch") { modules = [ "spring-batch-core",