From c5f45f8c9398b9b2b339525c00c9f49191d0cf24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 12:22:24 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:logging-interceptor in the gradle group Bumps the gradle group with 1 update: [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp). Updates `com.squareup.okhttp3:logging-interceptor` from 5.0.0 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.0.0...parent-5.1.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... 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 5d54e36..763a88d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion" // https://mvnrepository.com/artifact/com.squareup.okhttp3/logging-interceptor - implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0' + implementation 'com.squareup.okhttp3:logging-interceptor:5.1.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'