From 65d20005b65a675647ef4e4da6cabc36d6ef6618 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 10:07:23 +0000 Subject: [PATCH] Bump okhttp from 3.9.1 to 4.9.1 Bumps [okhttp](https://github.com/square/okhttp) from 3.9.1 to 4.9.1. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-3.9.1...parent-4.9.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6dc6c3e..4a0937e 100644 --- a/build.gradle +++ b/build.gradle @@ -48,6 +48,6 @@ dependencies { androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' // Communication - implementation 'com.squareup.okhttp3:okhttp:3.9.1' + implementation 'com.squareup.okhttp3:okhttp:4.9.1' implementation 'org.apache.commons:commons-lang3:3.12.0' } \ No newline at end of file