From 9d11034cd564802871e7b2cb50104e2bfd93b897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 04:01:56 +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 6.5.1 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/6.5.1...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-patch ... Signed-off-by: dependabot[bot] --- dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/build.gradle b/dependencies/build.gradle index a3353ed96..d79b1c024 100644 --- a/dependencies/build.gradle +++ b/dependencies/build.gradle @@ -23,7 +23,7 @@ dependencies { api platform("org.springframework:spring-framework-bom:7.0.0-M7") api platform("org.springframework.data:spring-data-bom:2025.0.1") } - api platform("org.springframework.security:spring-security-bom:6.5.1") + api platform("org.springframework.security:spring-security-bom:6.5.2") api platform('com.fasterxml.jackson:jackson-bom:2.19.1') api platform("io.micrometer:micrometer-bom:1.15.2") api platform("io.micrometer:micrometer-tracing-bom:1.5.2")