From 0a8a185dae9f760907cffce134b09ec22b2f124b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 03:11:06 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.2.8 to 6.2.12 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.8 to 6.2.12. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.8...v6.2.12) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 6.2.12 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 20d054a..e11b4d2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ mockito-bom='org.mockito:mockito-bom:5.17.0' okhttp3='com.squareup.okhttp3:okhttp:3.14.9' okhttp3-mockwebserver='com.squareup.okhttp3:mockwebserver:3.14.9' servlet-api='jakarta.servlet:jakarta.servlet-api:6.0.0' -spring-framework-bom='org.springframework:spring-framework-bom:6.2.8' +spring-framework-bom='org.springframework:spring-framework-bom:6.2.12' spring-security-bom='org.springframework.security:spring-security-bom:6.5.1' [plugins]