Skip to content

Commit cdb7987

Browse files
authored
Downgrade okio to 3.9.1 (cause somehow 3.10.2 is also Kotlin 2 binary) (#450)
1 parent 7adb170 commit cdb7987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ undertow-servlet = { module = "io.undertow:undertow-servlet", version.ref = "und
8484
async-http-client = { module = "org.asynchttpclient:async-http-client", version = "2.12.4" }
8585
okhttp = { module = "com.squareup.okhttp3:okhttp", version = "5.0.0-alpha.14" } # Cant up cause Kotlin 2.0+ in newer versions
8686
okhttp-jvm = { module = "com.squareup.okhttp3:okhttp-jvm", version = "5.0.0-alpha.12" } # Cant up cause Kotlin 2.0+ in newer versions
87-
okio = { module = "com.squareup.okio:okio", version = "3.10.2" }
87+
okio = { module = "com.squareup.okio:okio", version = "3.9.1" }
8888

8989
netty-buffer = { module = "io.netty:netty-buffer", version.ref = "netty" }
9090
netty-codecs = { module = "io.netty:netty-codec", version.ref = "netty" }

0 commit comments

Comments
 (0)