From f82f47575b5ebaea52d50eb758bd3e563c7bdc1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 23:15:03 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 7.0.5 to 7.0.6 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 7.0.5 to 7.0.6. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/build.gradle b/dependencies/build.gradle index 16a517b14..73425110e 100644 --- a/dependencies/build.gradle +++ b/dependencies/build.gradle @@ -18,7 +18,7 @@ dependencies { def springFrameworkVersion = project.property("springFrameworkVersion") api platform("org.springframework:spring-framework-bom:$springFrameworkVersion") } else { - api platform("org.springframework:spring-framework-bom:7.0.5") + api platform("org.springframework:spring-framework-bom:7.0.6") } api platform("io.micrometer:micrometer-bom:1.16.4") api platform("io.micrometer:micrometer-tracing-bom:1.6.4")