From 97d78ad31814bc66e0f9bca56c169b21eed9420b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 03:03:53 +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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4078669c..90955f94 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ org-springframework-boot = "4.1.0-SNAPSHOT" [libraries] -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:7.0.5" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:7.0.6" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:7.1.0-SNAPSHOT" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.1.3"