From a6aca5cabdc2a41cbb1581e0711938a8684a9d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:22:29 +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-alpha.16 to 5.0.0-alpha.17 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.0.0-alpha.16...parent-5.0.0-alpha.17) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.0.0-alpha.17 dependency-type: direct:production update-type: version-update:semver-patch 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 9e9d217..255dea6 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-alpha.16' + implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.17' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'