From 7ad6e4470c945ae0e39e63af28c47aebbe27bbc0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Nov 2023 14:23:48 +0000 Subject: [PATCH] Upgrade to Spring Batch 4.3.10 Closes gh-38281 --- 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 ff7793e5b46..264885989d8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1726,7 +1726,7 @@ bom { ] } } - library("Spring Batch", "4.3.10-SNAPSHOT") { + library("Spring Batch", "4.3.10") { considerSnapshots() prohibit { versionRange "[5.0.0-M1,)"