From bca4de45369f8a127a25cacb27048a9f44585266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 03:10:49 +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.5. - [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.5) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 6.5.5 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 20d054a..ec2c44c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ okhttp3='com.squareup.okhttp3:okhttp:3.14.9' okhttp3-mockwebserver='com.squareup.okhttp3:mockwebserver:3.14.9' servlet-api='jakarta.servlet:jakarta.servlet-api:6.0.0' spring-framework-bom='org.springframework:spring-framework-bom:6.2.8' -spring-security-bom='org.springframework.security:spring-security-bom:6.5.1' +spring-security-bom='org.springframework.security:spring-security-bom:6.5.5' [plugins] spring-boot='org.springframework.boot:3.5.3'