From 8120f66b073528895d3a5fab9054eef38b90994e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 Mar 2026 13:09:01 +0000 Subject: [PATCH 1/3] Upgrade to Spring Data Bom 2025.1.4 Closes 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 cb9f1b1f35e..084cbc5b520 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2422,7 +2422,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2025.1.4-SNAPSHOT") { + library("Spring Data Bom", "2025.1.4") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From ae4ac0ec270dce4139a9564eadcccc185e4b10aa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 Mar 2026 13:09:01 +0000 Subject: [PATCH 2/3] Upgrade to Spring Framework 7.0.6 Closes gh-49418 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4a8ea36032f..bcc1e1d0b8c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ mockitoVersion=5.20.0 nativeBuildToolsVersion=0.11.5 nullabilityPluginVersion=0.0.11 snakeYamlVersion=2.5 -springFrameworkVersion=7.0.6-SNAPSHOT +springFrameworkVersion=7.0.6 springFramework60xVersion=6.0.23 tomcatVersion=11.0.18 From c088d33765e1f3e50f501e546ce7f5907f3bb44a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 Mar 2026 13:09:06 +0000 Subject: [PATCH 3/3] Upgrade to Spring HATEOAS 3.0.3 Closes gh-49587 --- 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 084cbc5b520..5b11ec499ba 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2470,7 +2470,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-graphql/releases/tag/v{version}") } } - library("Spring HATEOAS", "3.0.2") { + library("Spring HATEOAS", "3.0.3") { considerSnapshots() group("org.springframework.hateoas") { modules = [