From 9ef84d7f4630caa3d3aa7a9726e7f8d1c12578da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 16:19:44 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 7.0.4 to 7.0.7 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 7.0.4 to 7.0.7. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.4...v7.0.7) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 7.0.7 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 32857276a..36338d054 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ org-mockito-mockito-bom = { module = "org.mockito:mockito-bom", version.ref = "o org-postgresql = "org.postgresql:postgresql:42.7.10" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.1.3" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:7.0.5" -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:7.0.4" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:7.0.7" org-testcontainers-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "2.0.5" } io-spring-security-release-plugin = "io.spring.gradle:spring-security-release-plugin:1.0.15" org-springframework-boot-spring-boot-gradle-plugin = { module = "org.springframework.boot:spring-boot-gradle-plugin", version.ref = "org-springframework-boot" }