From 27f4977f4127b68650abac302c84243b3d06e155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Aug 2021 13:04:47 +0000 Subject: [PATCH] Bump spring-security-crypto from 5.5.1 to 5.5.2 Bumps [spring-security-crypto](https://github.com/spring-projects/spring-security) from 5.5.1 to 5.5.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.5.1...5.5.2) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-crypto 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 1f8cbc4..15df005 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'org.hibernate:hibernate-core:5.4.30.Final' implementation 'org.hibernate:hibernate-hikaricp:5.4.30.Final' implementation 'com.zaxxer:HikariCP:5.0.0' - implementation 'org.springframework.security:spring-security-crypto:5.5.1' + implementation 'org.springframework.security:spring-security-crypto:5.5.2' implementation 'commons-logging:commons-logging:1.2' }