From 7769e777757ccdd3709585f52903cc9f64dd1126 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 May 2021 15:47:06 +0200 Subject: [PATCH 1/2] Upgrade to Spring Batch 4.2.7 Closes gh-26426 --- 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 ca9269e3699..79d1ddc9d2a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Batch", "4.2.7.BUILD-SNAPSHOT") { + library("Spring Batch", "4.2.7.RELEASE") { group("org.springframework.batch") { modules = [ "spring-batch-core", From e5ab6266384af76242934c12b4919b3b3e8ad6d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 May 2021 15:47:47 +0200 Subject: [PATCH 2/2] Upgrade to Spring Batch 4.3.3 Closes gh-26391 --- 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 3c5ee669081..4c5168203c9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1548,7 +1548,7 @@ bom { ] } } - library("Spring Batch", "4.3.3-SNAPSHOT") { + library("Spring Batch", "4.3.3") { group("org.springframework.batch") { modules = [ "spring-batch-core",