From d02228fb12b18337144c3a0f816fb69ff398e771 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 09:00:39 +0000 Subject: [PATCH] chore(deps): update dependency com.squareup.okhttp3:okhttp to v3.14.9 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9322877..855b061 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -113,7 +113,7 @@ dependencies { implementation 'com.github.bumptech.glide:glide:4.12.0' implementation 'com.google.android.material:material:1.8.0' implementation 'com.google.code.gson:gson:2.8.7' - implementation 'com.squareup.okhttp3:okhttp:3.9.1' + implementation 'com.squareup.okhttp3:okhttp:3.14.9' implementation 'com.termux.termux-app:terminal-view:0.117' implementation 'com.termux.termux-app:terminal-emulator:0.117' implementation 'org.nanohttpd:nanohttpd:2.3.0'