From ca0cdc20417e2b933bca34f42dbae61dcda7fa43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:57:03 +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.4.5 to 6.4.7. - [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.4.5...6.4.7) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 6.4.7 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 31015d08d..5f84a14c0 100644 --- a/dependencies/build.gradle +++ b/dependencies/build.gradle @@ -23,7 +23,7 @@ dependencies { api platform("org.springframework:spring-framework-bom:6.2.7") api platform("org.springframework.data:spring-data-bom:2021.2.18") } - api platform("org.springframework.security:spring-security-bom:6.4.5") + api platform("org.springframework.security:spring-security-bom:6.4.7") api platform('com.fasterxml.jackson:jackson-bom:2.18.4') api platform("io.micrometer:micrometer-bom:1.14.7") api platform("io.micrometer:micrometer-tracing-bom:1.4.6")