diff --git a/build.gradle.kts b/build.gradle.kts index e7c2083f..df1c0649 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.10.0")) + implementation(platform("com.squareup.okhttp3:okhttp-bom:4.11.0")) implementation("com.squareup.retrofit2:converter-gson:2.9.0") implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:logging-interceptor")