From a653bb6052d766d28c99a0b3590ad895db29b661 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 20:20:45 +0000 Subject: [PATCH] Bump logging-interceptor from 4.2.2 to 4.5.0 Bumps [logging-interceptor](https://github.com/square/okhttp) from 4.2.2 to 4.5.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.5.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..e8d0a08 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.5.0' preferenceRoomVersion = '1.1.8' timberVersion = '4.7.1'