fix(deps): update dependency com.squareup.okhttp3:okhttp-bom to v5

This commit is contained in:
renovate[bot] 2025-07-07 20:50:50 +00:00 committed by Kavin
parent 14fb151672
commit 6b88185300

View File

@ -38,7 +38,7 @@ dependencies {
implementation 'com.zaxxer:HikariCP:6.3.0'
implementation 'org.springframework.security:spring-security-crypto:6.5.0'
implementation 'commons-logging:commons-logging:1.3.5'
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
implementation(platform("com.squareup.okhttp3:okhttp-bom:5.1.0"))
implementation 'com.squareup.okhttp3:okhttp'
implementation 'com.squareup.okhttp3:okhttp-brotli'
implementation 'io.sentry:sentry:8.14.0'