Skip to content

Commit 5967b10

Browse files
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](square/okhttp@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] <support@github.com>
1 parent fcb2d56 commit 5967b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion"
5252

5353
// https://mvnrepository.com/artifact/com.squareup.okhttp3/logging-interceptor
54-
implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.16'
54+
implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.17'
5555

5656
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt'
5757
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'

0 commit comments

Comments
 (0)