diff --git a/settings.gradle.kts b/settings.gradle.kts index c49721fee..cbdd97a89 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -61,7 +61,7 @@ pluginManagement { buildscript { dependencies { // Force a newer version of okio, otherwise intellijPlatform and wire conflict - classpath("com.squareup.okio:okio:3.9.1") + classpath("com.squareup.okio:okio:3.10.2") } }