Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.okhttp3:okhttp-bom to v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent f6816ed commit 41b4482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation(libs.androidx.room.ktx)
implementation(libs.kaidl.runtime)
implementation(libs.rikkax.multiprocess)
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))

// define any required OkHttp artifacts without version
implementation("com.squareup.okhttp3:okhttp")
Expand Down

0 comments on commit 41b4482

Please sign in to comment.