From 6bcfbafc97a4f86436d7e4dc18c6f219e829b337 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 04:54:15 +0000 Subject: [PATCH] Bump libraryVersion.okhttp3 from 3.11.0 to 4.8.1 Bumps `libraryVersion.okhttp3` from 3.11.0 to 4.8.1. Updates `logging-interceptor` from 3.11.0 to 4.8.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.11.0...parent-4.8.1) Updates `okhttp` from 3.11.0 to 4.8.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.11.0...parent-4.8.1) 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..4180e091 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.1', architecture : '1.1.1', kotlinMockito : '1.6.0', androidX : '1.1.0',