Skip to content

Commit

Permalink
Update dependency com.squareup.okhttp3:logging-interceptor to v5.0.0-…
Browse files Browse the repository at this point in the history
…alpha.12

| datasource | package                                  | from          | to             |
| ---------- | ---------------------------------------- | ------------- | -------------- |
| maven      | com.squareup.okhttp3:logging-interceptor | 5.0.0-alpha.2 | 5.0.0-alpha.12 |
  • Loading branch information
renovate[bot] authored Feb 25, 2024
1 parent 03bf001 commit 379f037
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 @@ -53,7 +53,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.12"
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.1"
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.12"
}
Expand Down

0 comments on commit 379f037

Please sign in to comment.