From f1438f3e677642a2aa777383e6743a14776ec974 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Sep 2020 07:27:42 +0200 Subject: [PATCH] Upgrade to Spring Batch 4.3.0-RC1 Closes gh-23189 --- 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 116786c3ce..fcf4d184ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1547,7 +1547,7 @@ bom { ] } } - library("Spring Batch", "4.3.0-SNAPSHOT") { + library("Spring Batch", "4.3.0-RC1") { group("org.springframework.batch") { modules = [ "spring-batch-core",