From a1f9210619cba036c6517e55aec337c72f93b98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 17 Oct 2025 14:26:49 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2025.1.0-RC1 Closes gh-47394 --- 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 a638526c8f2..eed251fe366 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2402,7 +2402,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2025.1.0-SNAPSHOT") { + library("Spring Data Bom", "2025.1.0-RC1") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {