From 57d8acc4a7d5165dca47162e3347f817816241be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 06:11:23 +0000 Subject: [PATCH] Bump logging-interceptor from 3.8.0 to 4.9.2 Bumps [logging-interceptor](https://github.com/square/okhttp) from 3.8.0 to 4.9.2. - [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.8.0...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3be8ebc..5f18d97 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,7 @@ dependencies { implementation 'io.coil-kt:coil-compose:1.3.2' implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.0' - implementation 'com.squareup.okhttp3:logging-interceptor:3.8.0' + implementation 'com.squareup.okhttp3:logging-interceptor:4.9.2' implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.1'