From 5d7a89c33840329cd616ee23222e00da9e9fd60f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:48:32 +0000 Subject: [PATCH] chore(deps): Update dependency com.squareup.okhttp3:okhttp 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" }