From 680a467a8ea888b6793d76fbf70e100f0d9e6650 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:40:33 +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..d70876368 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.3.2" }