Skip to content

Commit 7d505bf

Browse files
Bump com.squareup.okhttp3:logging-interceptor in the gradle group (#438)
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.2.1 to 5.3.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.2.1...parent-5.3.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f25138 commit 7d505bf

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
@@ -47,7 +47,7 @@ dependencies {
4747
implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion"
4848

4949
// https://mvnrepository.com/artifact/com.squareup.okhttp3/logging-interceptor
50-
implementation 'com.squareup.okhttp3:logging-interceptor:5.2.1'
50+
implementation 'com.squareup.okhttp3:logging-interceptor:5.3.0'
5151

5252
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt'
5353
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'

0 commit comments

Comments
 (0)