Update dependency com.squareup.okhttp3:okhttp-bom to v4.11.0

This commit is contained in:
renovate[bot] 2023-04-23 19:44:07 +00:00 committed by GitHub
parent c5932fe313
commit 4a0dd5db9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ dependencies {
implementation 'com.zaxxer:HikariCP:5.0.1' implementation 'com.zaxxer:HikariCP:5.0.1'
implementation 'org.springframework.security:spring-security-crypto:6.0.2' implementation 'org.springframework.security:spring-security-crypto:6.0.2'
implementation 'commons-logging:commons-logging:1.2' implementation 'commons-logging:commons-logging:1.2'
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0")) implementation(platform("com.squareup.okhttp3:okhttp-bom:4.11.0"))
implementation 'com.squareup.okhttp3:okhttp' implementation 'com.squareup.okhttp3:okhttp'
implementation 'com.squareup.okhttp3:okhttp-brotli' implementation 'com.squareup.okhttp3:okhttp-brotli'
implementation 'io.sentry:sentry:6.16.0' implementation 'io.sentry:sentry:6.16.0'