Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.okhttp3:logging-interceptor…
Browse files Browse the repository at this point in the history
… to v5.0.0-alpha.11
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent 5373d38 commit 5a845ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object deps {
object squareup {
const val retrofit = "com.squareup.retrofit2:retrofit:2.9.0"
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.9.0"
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2"
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11"
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.0"
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.9.1"
}
Expand Down

0 comments on commit 5a845ea

Please sign in to comment.