From f8689698f9eaa8bcce43c8a00aeeeeb86dbd7951 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 20:19:03 +0000 Subject: [PATCH] Bump logging-interceptor from 4.2.2 to 4.8.1 Bumps [logging-interceptor](https://github.com/square/okhttp) from 4.2.2 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-4.2.2...parent-4.8.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 475e77c..0f35b62 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.1' preferenceRoomVersion = '1.1.8' timberVersion = '4.7.1'