From dab62ed3c402fa09147291b1cb4dc471eae0bec7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 20:17:57 +0000 Subject: [PATCH] Bump logging-interceptor from 4.2.2 to 4.4.1 Bumps [logging-interceptor](https://github.com/square/okhttp) from 4.2.2 to 4.4.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.4.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..fe60f87 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.4.1' preferenceRoomVersion = '1.1.8' timberVersion = '4.7.1'