We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f256bb commit a1f6eb6Copy full SHA for a1f6eb6
gradle/libs.versions.toml
@@ -69,7 +69,7 @@ mockk = { module = "io.mockk:mockk", version = "1.13.13" }
69
moko-resources = { module = "dev.icerock.moko:resources", version.ref = "moko" }
70
moko-resources-compose = { module = "dev.icerock.moko:resources-compose", version.ref = "moko" }
71
72
-okio = { module = "com.squareup.okio:okio", version = "3.9.1" }
+okio = { module = "com.squareup.okio:okio", version = "3.12.0" }
73
okhttp-brotli = { module = "com.squareup.okhttp3:okhttp-brotli", version.ref = "okhttp" }
74
okhttp-dnsoverhttps = { module = "com.squareup.okhttp3:okhttp-dnsoverhttps", version.ref = "okhttp" }
75
okhttp-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
0 commit comments