Bump spring-security-crypto from 5.6.0 to 5.6.1

Bumps [spring-security-crypto](https://github.com/spring-projects/spring-security) from 5.6.0 to 5.6.1.
- [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.6.0...5.6.1)

---
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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-21 13:06:47 +00:00 committed by Kavin
parent 4e98709ecd
commit 85795fde3f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ dependencies {
implementation 'org.hibernate:hibernate-core:5.6.3.Final'
implementation 'org.hibernate:hibernate-hikaricp:5.6.3.Final'
implementation 'com.zaxxer:HikariCP:5.0.0'
implementation 'org.springframework.security:spring-security-crypto:5.6.0'
implementation 'org.springframework.security:spring-security-crypto:5.6.1'
implementation 'commons-logging:commons-logging:1.2'
}