mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Update dependency org.springframework.security:spring-security-crypto to v5.8.0
This commit is contained in:
parent
f9415b9cd6
commit
45fdf8de3f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,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.7.5'
|
||||
implementation 'org.springframework.security:spring-security-crypto:5.8.0'
|
||||
implementation 'commons-logging:commons-logging:1.2'
|
||||
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
|
||||
implementation 'com.squareup.okhttp3:okhttp'
|
||||
|
|
Loading…
Reference in a new issue