From e8cca688ad39590a9537c940ed0db4ca805f0fb8 Mon Sep 17 00:00:00 2001 From: ibaker Date: Fri, 27 Oct 2023 08:30:18 -0700 Subject: [PATCH] Bump okhttp dependency to 4.12 Issue: androidx/media#768 PiperOrigin-RevId: 577208115 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index f3e6972d6a..b9833c4202 100644 --- a/constants.gradle +++ b/constants.gradle @@ -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