Update dependency org.springframework.security:spring-security-crypto to v6

This commit is contained in:
renovate[bot] 2022-11-24 11:22:25 +00:00 committed by GitHub
parent ea3ed30030
commit c4a6dfcb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ dependencies {
implementation 'org.hibernate:hibernate-core:6.1.0.Final'
implementation 'org.hibernate:hibernate-hikaricp:6.1.0.Final'
implementation 'com.zaxxer:HikariCP:5.0.1'
implementation 'org.springframework.security:spring-security-crypto:5.8.0'
implementation 'org.springframework.security:spring-security-crypto:6.0.0'
implementation 'commons-logging:commons-logging:1.2'
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
implementation 'com.squareup.okhttp3:okhttp'