From 5edae6448c4b8ce59ea78f178b44c90a0d0100fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 14 Feb 2026 10:06:08 +0100 Subject: [PATCH] Upgrade to Spring Data 2026.0.0-M1 Closes gh-49229 --- 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 adfe0039191..b0782be1494 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2456,7 +2456,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", "2026.0.0-M1") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {