From 4e414e6ae4566a8514b1e6c3bf1a84fb2adb6d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 01:06:14 +0000 Subject: [PATCH] chore(deps): Update okhttp monorepo to v5 --- modules/background-downloader/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/background-downloader/android/build.gradle b/modules/background-downloader/android/build.gradle index f2987348e..84bd38ae3 100644 --- a/modules/background-downloader/android/build.gradle +++ b/modules/background-downloader/android/build.gradle @@ -16,5 +16,5 @@ android { } dependencies { - implementation "com.squareup.okhttp3:okhttp:4.12.0" + implementation "com.squareup.okhttp3:okhttp:5.4.0" }