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")