From eb0d58b7ece9362a7e4982a50abbc9c5a7c7ab8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:21:29 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-bom from 2025.0.0 to 2025.0.1 Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2025.0.0 to 2025.0.1. - [Release notes](https://github.com/spring-projects/spring-data-bom/releases) - [Commits](https://github.com/spring-projects/spring-data-bom/compare/2025.0.0...2025.0.1) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-bom dependency-version: 2025.0.1 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 1925ab00f..e7885bc8e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ org-mongodb-mongodb-driver-core = { module = "org.mongodb:mongodb-driver-core", org-mongodb-mongodb-driver-reactivestreams = { module = "org.mongodb:mongodb-driver-reactivestreams", version.ref = "org-mongodb" } org-mongodb-mongodb-driver-sync = { module = "org.mongodb:mongodb-driver-sync", version.ref = "org-mongodb" } org-postgresql = "org.postgresql:postgresql:42.7.7" -org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.0.0" +org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.0.1" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.5.0" org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.7" org-testcontainers-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.20.6" }