diff --git a/build.gradle.kts b/build.gradle.kts index 0b1eeb10ee97..8042d5ffce26 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ plugins { buildscript { dependencies { - classpath("com.squareup.okhttp3:okhttp:4.12.0") + classpath("com.squareup.okhttp3:okhttp:5.1.0") } }