From 21750ba6f8f9e13d4ebdcd7c37de5ea25ab33679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 19:08:36 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.2.6 to 6.2.7 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.6 to 6.2.7. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.6...v6.2.7) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 6.2.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 2c82b525f..8c132176f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -40,7 +40,7 @@ org-mongodb-mongodb-driver-sync = { module = "org.mongodb:mongodb-driver-sync", org-postgresql = "org.postgresql:postgresql:42.7.5" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.0.0-RC1" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.5.0-RC1" -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.6" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.7" org-testcontainers-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.20.6" } io-spring-security-release-plugin = "io.spring.gradle:spring-security-release-plugin:1.0.6" org-springframework-boot-spring-boot-gradle-plugin = { module = "org.springframework.boot:spring-boot-gradle-plugin", version.ref = "org-springframework-boot" }