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 Kavin
parent 50c8b9742c
commit 19cf16393f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ dependencies {
implementation 'com.zaxxer:HikariCP:5.0.1'
implementation 'org.springframework.security:spring-security-crypto:6.0.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-brotli'
implementation 'io.sentry:sentry:6.16.0'