From 5a1d442ca10ef0c5089388aa5062dfe5861f4a6b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 21:20:00 +0000 Subject: [PATCH] chore(deps): bump logging-interceptor from 4.1.1 to 4.2.0 Bumps [logging-interceptor](https://github.com/square/okhttp) from 4.1.1 to 4.2.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.1.1...parent-4.2.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 df8198c40..ef08d7508 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -175,7 +175,7 @@ dependencies { implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.9.6" implementation 'com.github.jasminb:jsonapi-converter:0.9' - implementation 'com.squareup.okhttp3:logging-interceptor:4.1.1' + implementation 'com.squareup.okhttp3:logging-interceptor:4.2.0' implementation 'com.squareup.retrofit2:retrofit:2.6.1' implementation 'com.squareup.retrofit2:converter-jackson:2.6.1'