Bump okhttp dependency to 4.12

Issue: androidx/media#768
PiperOrigin-RevId: 577208115
This commit is contained in:
ibaker 2023-10-27 08:30:18 -07:00 committed by Copybara-Service
parent 5b0be4e8b0
commit e8cca688ad
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ project.ext {
androidxTestServicesStorageVersion = '1.4.2'
androidxTestTruthVersion = '1.5.0'
truthVersion = '1.1.3'
okhttpVersion = '4.11.0'
okhttpVersion = '4.12.0'
modulePrefix = ':'
if (gradle.ext.has('androidxMediaModulePrefix')) {
modulePrefix += gradle.ext.androidxMediaModulePrefix