From 0bffd4b0345f5b73f34aa4e1b11817ce7e0e1ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:36:58 +0000 Subject: [PATCH] Bump org.springframework.security:spring-security-crypto Bumps [org.springframework.security:spring-security-crypto](https://github.com/spring-projects/spring-security) from 5.7.5 to 6.4.2. - [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/5.7.5...6.4.2) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-crypto dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dc54e11d..a4894d2c 100644 --- a/build.gradle +++ b/build.gradle @@ -398,7 +398,7 @@ dependencyManagement { dependencySet(group: 'org.yaml', version: '2.2') { entry 'snakeyaml' } - dependency group: 'org.springframework.security', name: 'spring-security-crypto', version: '5.7.5' + dependency group: 'org.springframework.security', name: 'spring-security-crypto', version: '6.4.2' }