Skip to content

Commit 1f57321

Browse files
fix(deps): update dependency com.squareup.okhttp3:okhttp-bom to v4.12.0
1 parent be4a8e3 commit 1f57321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation(libs.androidx.room.ktx)
2020
implementation(libs.kaidl.runtime)
2121
implementation(libs.rikkax.multiprocess)
22-
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
22+
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
2323

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

0 commit comments

Comments
 (0)