From 9fd1e941b17f6bac06a292518e374d5384c819c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:25:10 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:logging-interceptor Bumps the networking group with 1 update: [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp). Updates `com.squareup.okhttp3:logging-interceptor` from 5.1.0 to 5.2.1 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.1.0...parent-5.2.1) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: networking ... 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 cc5ae699..cc4f0888 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -92,7 +92,7 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:3.0.0' implementation 'com.squareup.retrofit2:converter-gson:3.0.0' implementation 'com.squareup.retrofit2:adapter-rxjava2:3.0.0' - implementation 'com.squareup.okhttp3:logging-interceptor:5.1.0' + implementation 'com.squareup.okhttp3:logging-interceptor:5.2.1' def butterknifeVersion = '10.2.3' implementation "com.jakewharton:butterknife:10.2.3" annotationProcessor "com.jakewharton:butterknife-compiler:10.2.3"