From d0eef2e435b06119d149e15a5e6cd152bb4b6557 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 04:49:15 +0000 Subject: [PATCH] Bump libraryVersion.okhttp3 from 3.11.0 to 4.8.0 Bumps `libraryVersion.okhttp3` from 3.11.0 to 4.8.0. Updates `logging-interceptor` from 3.11.0 to 4.8.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.8.0) Updates `okhttp` from 3.11.0 to 4.8.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.8.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..915e8e52 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.8.0', architecture : '1.1.1', kotlinMockito : '1.6.0', androidX : '1.1.0',