From 5fc68f1f33e0af42e09167925df45d4fe344fb64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:10:45 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-bom from 2025.0.4 to 2025.0.5 Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2025.0.4 to 2025.0.5. - [Release notes](https://github.com/spring-projects/spring-data-bom/releases) - [Commits](https://github.com/spring-projects/spring-data-bom/compare/2025.0.4...2025.0.5) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-bom dependency-version: 2025.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/build.gradle b/dependencies/build.gradle index 4e1adba0d..923402b88 100644 --- a/dependencies/build.gradle +++ b/dependencies/build.gradle @@ -21,7 +21,7 @@ dependencies { api platform("org.springframework.data:spring-data-bom:$springDataVersion") } else { api platform("org.springframework:spring-framework-bom:7.0.0-RC1") - api platform("org.springframework.data:spring-data-bom:2025.0.4") + api platform("org.springframework.data:spring-data-bom:2025.0.5") } api platform("org.springframework.security:spring-security-bom:6.5.5") api platform("io.micrometer:micrometer-bom:1.15.5")