From a217d3735dd3382701e8cd73689d6eca817b8487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:11:44 +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.1. - [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.1) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 6.5.1 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..c19dd51 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.1")) constraints { api("org.springframework.boot:spring-boot-gradle-plugin:$spring2Version")