From cbb419edcc228e6f5efd79361246002bccb1cd85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 02:53:44 +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-M8 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-version: 7.0.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 f19f347e9e..50633aad67 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ ext { reactorVersion = '2025.0.0-M6' springDataVersion = '2025.1.0-M5' springRetryVersion = '2.0.12' - springVersion = '7.0.0-M8' + springVersion = '7.0.0-SNAPSHOT' testcontainersVersion = '1.21.3' javaProjects = subprojects - project(':spring-amqp-bom')