From ea795c4edfe9628a61015697e710370db38ce6f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 04:16:33 +0000 Subject: [PATCH] chore(deps): bump logging-interceptor from 4.2.0 to 4.2.1 Bumps [logging-interceptor](https://github.com/square/okhttp) from 4.2.0 to 4.2.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.0...parent-4.2.1) 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 35d529b2a4..23f70043d5 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.2.0' + implementation 'com.squareup.okhttp3:logging-interceptor:4.2.1' implementation 'com.squareup.retrofit2:retrofit:2.6.2' implementation 'com.squareup.retrofit2:converter-jackson:2.6.2'