From 7987eb645d85491da141a347f915071ab3b65c47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 20:26:44 +0000 Subject: [PATCH] Bump logging-interceptor from 4.2.2 to 4.8.0 Bumps [logging-interceptor](https://github.com/square/okhttp) from 4.2.2 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-4.2.2...parent-4.8.0) 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 475e77c..f7c4367 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { roomVersion = '2.2.2' retrofitVersion = '2.6.2' - okhttpVersion = '4.2.2' + okhttpVersion = '4.8.0' preferenceRoomVersion = '1.1.8' timberVersion = '4.7.1'