From a2328d4f16f8e09629ff8370119a55a548d63d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 03:59:21 +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.0-RC1 to 6.5.0. - [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.0-RC1...6.5.0) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7c0d36d70..50a4a736b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] org-springframework = "6.2.7" -org-springframework-security = "6.5.0-RC1" +org-springframework-security = "6.5.0" com-fasterxml-jackson = "2.18.4" nimbus-jose-jwt = "9.47" org-bouncycastle = "1.79"