From fdf8db8267221381878dd6dece34d8f45f3eb9ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 22:35:12 +0000 Subject: [PATCH] Bump org.springframework.security:spring-security-bom Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 5.8.12 to 6.5.2. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/5.8.12...6.5.2) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 6.5.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- internal-spring-boot-2-bom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal-spring-boot-2-bom/build.gradle.kts b/internal-spring-boot-2-bom/build.gradle.kts index f62cae8..13742d2 100644 --- a/internal-spring-boot-2-bom/build.gradle.kts +++ b/internal-spring-boot-2-bom/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { api(platform("org.springframework:spring-framework-bom:5.3.37")) api(platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.9")) api(platform("org.springframework.cloud:spring-cloud-sleuth-otel-dependencies:1.1.4")) - api(platform("org.springframework.security:spring-security-bom:5.8.12")) + api(platform("org.springframework.security:spring-security-bom:6.5.2")) constraints { api("org.springframework.boot:spring-boot-gradle-plugin:$spring2Version")