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.0.1
This commit is contained in:
parent
bb8ec601f1
commit
478c1be6fd
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ dependencies {
|
||||||
implementation 'org.hibernate:hibernate-core:6.1.6.Final'
|
implementation 'org.hibernate:hibernate-core:6.1.6.Final'
|
||||||
implementation 'org.hibernate:hibernate-hikaricp:6.1.6.Final'
|
implementation 'org.hibernate:hibernate-hikaricp:6.1.6.Final'
|
||||||
implementation 'com.zaxxer:HikariCP:5.0.1'
|
implementation 'com.zaxxer:HikariCP:5.0.1'
|
||||||
implementation 'org.springframework.security:spring-security-crypto:6.0.0'
|
implementation 'org.springframework.security:spring-security-crypto:6.0.1'
|
||||||
implementation 'commons-logging:commons-logging:1.2'
|
implementation 'commons-logging:commons-logging:1.2'
|
||||||
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
|
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
|
||||||
implementation 'com.squareup.okhttp3:okhttp'
|
implementation 'com.squareup.okhttp3:okhttp'
|
||||||
|
|
Loading…
Reference in a new issue