From 4e5d57446c705529e3d0d2cde799f3a252f5f223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:08:44 +0000 Subject: [PATCH] Bump org.springframework.security:spring-security-core Bumps [org.springframework.security:spring-security-core](https://github.com/spring-projects/spring-security) from 6.5.5 to 6.5.6. - [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.5...6.5.6) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-core dependency-version: 6.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- custom-login/pom.xml | 2 +- okta-hosted-login/pom.xml | 2 +- resource-server/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom-login/pom.xml b/custom-login/pom.xml index 4d70862..44b5fd4 100644 --- a/custom-login/pom.xml +++ b/custom-login/pom.xml @@ -66,7 +66,7 @@ org.springframework.security spring-security-core - 6.5.5 + 6.5.6 org.thymeleaf.extras diff --git a/okta-hosted-login/pom.xml b/okta-hosted-login/pom.xml index 30fd038..fc02b71 100644 --- a/okta-hosted-login/pom.xml +++ b/okta-hosted-login/pom.xml @@ -67,7 +67,7 @@ org.springframework.security spring-security-core - 6.5.5 + 6.5.6 org.springframework.security diff --git a/resource-server/pom.xml b/resource-server/pom.xml index 69fd140..d8120c3 100644 --- a/resource-server/pom.xml +++ b/resource-server/pom.xml @@ -47,7 +47,7 @@ org.springframework.security spring-security-core - 6.5.5 + 6.5.6 org.springframework.boot