From c22a0508955e95c21f4ca14a307e0aaababcc411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 10:22:55 +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 663f5d455b..60bc12c2f5 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ ext { springBootVersion = '3.5.0' // docs module springDataVersion = '2025.1.0-M4' springRetryVersion = '2.0.12' - springVersion = '7.0.0-M7' + springVersion = '7.0.0-SNAPSHOT' idPrefix = 'kafka'