From efb97cf7f65c744b85349d8ac30b42e1841b91f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 5 Mar 2026 09:38:02 +0100 Subject: [PATCH] Start building against Spring Data Bom 2025.1.4 snapshots See gh-49417 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 7553efa6c20..2407da22f15 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2406,7 +2406,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2025.1.3") { + library("Spring Data Bom", "2025.1.4-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {