mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
fix(deps): update dependency com.squareup.okhttp3:okhttp-bom to v4.12.0
This commit is contained in:
parent
8748dd4730
commit
d789ac49d0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ dependencies {
|
|||
implementation 'com.zaxxer:HikariCP:5.0.1'
|
||||
implementation 'org.springframework.security:spring-security-crypto:6.1.4'
|
||||
implementation 'commons-logging:commons-logging:1.2'
|
||||
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.11.0"))
|
||||
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
|
||||
implementation 'com.squareup.okhttp3:okhttp'
|
||||
implementation 'com.squareup.okhttp3:okhttp-brotli'
|
||||
implementation 'io.sentry:sentry:6.30.0'
|
||||
|
|
Loading…
Reference in a new issue