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.1
This commit is contained in:
parent
73b303ffe6
commit
154f3f958e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ dependencies {
|
|||
implementation 'org.hibernate:hibernate-core:6.2.5.Final'
|
||||
implementation 'org.hibernate:hibernate-hikaricp:6.2.5.Final'
|
||||
implementation 'com.zaxxer:HikariCP:5.0.1'
|
||||
implementation 'org.springframework.security:spring-security-crypto:6.1.0'
|
||||
implementation 'org.springframework.security:spring-security-crypto:6.1.1'
|
||||
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