mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
fix(deps): update dependency org.springframework.security:spring-security-crypto to v6.2.2
This commit is contained in:
parent
50b098adfa
commit
128c53447c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ dependencies {
|
|||
implementation 'org.liquibase:liquibase-core:4.26.0'
|
||||
implementation('org.liquibase.ext:liquibase-yugabytedb:4.25.0') { exclude group: 'org.liquibase' }
|
||||
implementation 'com.zaxxer:HikariCP:5.1.0'
|
||||
implementation 'org.springframework.security:spring-security-crypto:6.2.1'
|
||||
implementation 'org.springframework.security:spring-security-crypto:6.2.2'
|
||||
implementation 'commons-logging:commons-logging:1.3.0'
|
||||
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
|
||||
implementation 'com.squareup.okhttp3:okhttp'
|
||||
|
|
Loading…
Reference in a new issue