From 33b54ffb8a79f7b50a6a3533b8f363af7cd68f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:54:42 +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-M7 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 e069a2152d..fe33be8da6 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ ext { reactorVersion = '2025.0.0-M5' springDataVersion = '2025.1.0-SNAPSHOT' springRetryVersion = '2.0.12' - springVersion = '7.0.0-M7' + springVersion = '7.0.0-SNAPSHOT' testcontainersVersion = '1.21.3' javaProjects = subprojects - project(':spring-amqp-bom')