From 21b6655255acf2c9506fc21ac80fec4419c3c14b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 04:58:38 +0000 Subject: [PATCH] Bump libraryVersion.okhttp3 from 3.11.0 to 4.7.0 Bumps `libraryVersion.okhttp3` from 3.11.0 to 4.7.0. Updates `logging-interceptor` from 3.11.0 to 4.7.0 - [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.11.0...parent-4.7.0) Updates `okhttp` from 3.11.0 to 4.7.0 - [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.11.0...parent-4.7.0) Signed-off-by: dependabot-preview[bot] --- app-v3/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-v3/build.gradle b/app-v3/build.gradle index 864b9202..c0233cb2 100644 --- a/app-v3/build.gradle +++ b/app-v3/build.gradle @@ -69,7 +69,7 @@ ext { robolectric : '4.3.1', rxjava : '2.2.19', rxAndroid : '2.1.1', - okhttp3 : '3.11.0', + okhttp3 : '4.7.0', architecture : '1.1.1', kotlinMockito : '1.6.0', androidX : '1.1.0',