From 44aac48c66b011d5f2a31269d919ca05c87fb661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 02:05:26 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-bom Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2025.1.0-RC1 to 2025.1.0-SNAPSHOT. - [Release notes](https://github.com/spring-projects/spring-data-bom/releases) - [Commits](https://github.com/spring-projects/spring-data-bom/commits) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-bom dependency-version: 2025.1.0-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 296744d09..eec8fedeb 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ ext { rabbitmqStreamVersion = '1.3.0' rabbitmqVersion = '5.27.0' reactorVersion = '2025.0.0-RC1' - springDataVersion = '2025.1.0-RC1' + springDataVersion = '2025.1.0-SNAPSHOT' springVersion = '7.0.0-RC1' testcontainersVersion = '2.0.1'