From 86e06110007ddc49c7167612c5b56d80081f4ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 03:10:12 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-bom from 2025.1.6 to 2025.1.7 Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2025.1.6 to 2025.1.7. - [Release notes](https://github.com/spring-projects/spring-data-bom/releases) - [Commits](https://github.com/spring-projects/spring-data-bom/compare/2025.1.6...2025.1.7) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-bom dependency-version: 2025.1.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 11f203b2..e515885d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ org-springframework-boot = "4.1.1" [libraries] org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:7.0.9" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:7.1.1" -org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.1.6" +org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.1.7" [plugins] io-spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.7" }