From 76ae22a7845610fa938d93effcd7892b097fa401 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 09:41:44 +0000 Subject: [PATCH] build(deps): bump logging-interceptor from 3.14.0 to 4.8.0 Bumps [logging-interceptor](https://github.com/square/okhttp) from 3.14.0 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-3.14.0...parent-4.8.0) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 94fce006..4d482156 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -110,7 +110,7 @@ dependencies { implementation "com.squareup.retrofit2:retrofit:$rootProject.retrofitVersion" implementation "com.squareup.retrofit2:converter-jackson:$rootProject.retrofitVersion" implementation "com.squareup.retrofit2:adapter-rxjava2:$rootProject.retrofitVersion" - implementation 'com.squareup.okhttp3:logging-interceptor:3.14.0' + implementation 'com.squareup.okhttp3:logging-interceptor:4.8.0' implementation 'com.github.jasminb:jsonapi-converter:0.9' // Butterknife