From 6340d8c2055c217724568e5336a8e1eda254a2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 10:37:25 +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 8a2873fda0..e8461e2f96 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ ext { springBootVersion = '3.5.0' // docs module springDataVersion = '2025.1.0-M5' springRetryVersion = '2.0.12' - springVersion = '7.0.0-M8' + springVersion = '7.0.0-SNAPSHOT' idPrefix = 'kafka'