From 866c3e7127a8d95f3599a8dd1cdc5cc9046d5ffa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 23:03:42 +0000 Subject: [PATCH] Update dependency com.squareup.okhttp3:okhttp to v4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 112586b..5ed1397 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'com.android.support:design:28.0.0' implementation 'com.android.support:support-annotations:28.0.0' implementation 'com.squareup.retrofit2:retrofit:2.5.0' - implementation 'com.squareup.okhttp3:okhttp:3.12.0' + implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation 'com.github.javiersantos:AppUpdater:2.7' implementation 'io.sentry:sentry-android:1.7.27' implementation 'org.slf4j:slf4j-android:1.7.25'