From d0bc249b807a3fcfc2ca8a175ed10a091088a049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 09:19:08 +0000 Subject: [PATCH] deps(deps): bump org.springframework.security:spring-security-crypto Bumps [org.springframework.security:spring-security-crypto](https://github.com/spring-projects/spring-security) from 6.5.3 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.3...6.5.5) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-crypto dependency-version: 6.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8d00b9e..82f4af0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { // Integration test dependencies testImplementation("org.bouncycastle:bcprov-jdk18on:1.82") - testImplementation("org.springframework.security:spring-security-crypto:6.5.3") + testImplementation("org.springframework.security:spring-security-crypto:6.5.5") testImplementation("commons-logging:commons-logging:1.3.5") }