From e6cfba978909c140840be1c54eacea4738bc4a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 02:36:53 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 7.0.0-M2 to 7.0.0-SNAPSHOT. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/commits) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom 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 15d7df7848..9179531b24 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ ext { reactorVersion = '2024.0.3' springDataVersion = '2025.1.0-M1' springRetryVersion = '2.0.11' - springVersion = '7.0.0-M2' + springVersion = '7.0.0-SNAPSHOT' testcontainersVersion = '1.20.4' javaProjects = subprojects - project(':spring-amqp-bom')