diff --git a/build.gradle.kts b/build.gradle.kts index 51c4b61b..ff21063a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ version = properties("pluginVersion") dependencies { implementation("com.squareup.retrofit2:retrofit:2.9.0") // define a BOM and its version - implementation(platform("com.squareup.okhttp3:okhttp-bom:4.11.0")) + implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0")) implementation("com.squareup.retrofit2:converter-gson:2.9.0") implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:logging-interceptor")