From 19ee17fa944d7a1c76307fe1ed4e2cbaeccbe185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 02:03:44 +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-SNAPSHOT to 2025.1.0. - [Release notes](https://github.com/spring-projects/spring-data-bom/releases) - [Commits](https://github.com/spring-projects/spring-data-bom/commits/2025.1.0) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-bom dependency-version: 2025.1.0 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 f61fc0faa..1df05c099 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ ext { rabbitmqStreamVersion = '1.3.0' rabbitmqVersion = '5.27.1' reactorVersion = '2025.0.0' - springDataVersion = '2025.1.0-SNAPSHOT' + springDataVersion = '2025.1.0' springVersion = '7.0.0-SNAPSHOT' testcontainersVersion = '2.0.1'