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 v6.1.0
This commit is contained in:
parent
0536236657
commit
6418e71807
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ dependencies {
|
|||
implementation 'org.hibernate:hibernate-core:6.2.2.Final'
|
||||
implementation 'org.hibernate:hibernate-hikaricp:6.2.2.Final'
|
||||
implementation 'com.zaxxer:HikariCP:5.0.1'
|
||||
implementation 'org.springframework.security:spring-security-crypto:6.0.3'
|
||||
implementation 'org.springframework.security:spring-security-crypto:6.1.0'
|
||||
implementation 'commons-logging:commons-logging:1.2'
|
||||
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.11.0"))
|
||||
implementation 'com.squareup.okhttp3:okhttp'
|
||||
|
|
Loading…
Reference in a new issue