From 57cd19e332fd34cf9d034703188d7889e71e31b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:04:40 +0000 Subject: [PATCH] build(deps): bump springSecuritySamlVersion from 6.5.3 to 6.5.4 Bumps `springSecuritySamlVersion` from 6.5.3 to 6.5.4. Updates `org.springframework.security:spring-security-core` from 6.5.3 to 6.5.4 - [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.3...6.5.4) Updates `org.springframework.security:spring-security-saml2-service-provider` from 6.5.3 to 6.5.4 - [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.3...6.5.4) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-core dependency-version: 6.5.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.security:spring-security-saml2-service-provider dependency-version: 6.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index af8962dc9..cb46f15c9 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ ext { imageioVersion = "3.12.0" lombokVersion = "1.18.38" bouncycastleVersion = "1.81" - springSecuritySamlVersion = "6.5.3" + springSecuritySamlVersion = "6.5.4" openSamlVersion = "4.3.2" commonmarkVersion = "0.25.1" googleJavaFormatVersion = "1.28.0"