From a40bad0e0d39518e3b18221e438598e3445ca31d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 Mar 2026 13:06:42 +0000 Subject: [PATCH] Upgrade to Spring Data Bom 2025.0.10 Closes gh-49407 --- 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 84f818e7c01..b833de0a678 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2279,7 +2279,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2025.0.10-SNAPSHOT") { + library("Spring Data Bom", "2025.0.10") { prohibit { versionRange "[2025.1.0-M1,)" because "it exceeds our baseline"