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

This commit is contained in:
renovate[bot] 2023-10-23 15:10:52 +00:00 committed by Kavin
parent 8748dd4730
commit d789ac49d0

View file

@ -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'