From 1aa704b619a3324e60d51c08c973b2740d2c69b3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 15:47:27 +0100 Subject: [PATCH] Upgrade to Spring Batch 5.1.0-RC1 Closes gh-37708 --- 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 fc15661731..99cad24632 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1509,7 +1509,7 @@ bom { ] } } - library("Spring Batch", "5.1.0-SNAPSHOT") { + library("Spring Batch", "5.1.0-RC1") { considerSnapshots() group("org.springframework.batch") { imports = [