From 5d9a6371f3ee882c98e5fb1461d7656d50c9e7a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 03:57:06 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.2.5 to 6.2.6 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.5 to 6.2.6. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.5...v6.2.6) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 6.2.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 9ff659e19..fc161223e 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-M2" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.5.0-M3" -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.5" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.6" 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.4" org-springframework-boot-spring-boot-gradle-plugin = { module = "org.springframework.boot:spring-boot-gradle-plugin", version.ref = "org-springframework-boot" }