From e286739cee51c4f713b22c7f9cede77c97e9151b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 21 Nov 2024 09:32:50 +0100 Subject: [PATCH] Upgrade to Spring Batch 5.2.0 Closes gh-43018 --- 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 cd64276d2dd2..c1befe763f56 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2113,7 +2113,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}") } } - library("Spring Batch", "5.2.0-SNAPSHOT") { + library("Spring Batch", "5.2.0") { considerSnapshots() group("org.springframework.batch") { imports = [