Skip to content

Commit 748b2b3

Browse files
Update dependency com.squareup.okhttp3:logging-interceptor to v5.0.0-alpha.16
| datasource | package | from | to | | ---------- | ---------------------------------------- | ------------- | -------------- | | maven | com.squareup.okhttp3:logging-interceptor | 5.0.0-alpha.2 | 5.0.0-alpha.16 |
1 parent 483a514 commit 748b2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ object deps {
5353
object squareup {
5454
const val retrofit = "com.squareup.retrofit2:retrofit:2.9.0"
5555
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.9.0"
56-
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2"
56+
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.16"
5757
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.1"
5858
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.12"
5959
}

0 commit comments

Comments
 (0)