diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8f21d19..9caa232 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "2.4.10" # zstd-jni is a jvmTest-only ORACLE — NOT a runtime dependency. The interop tests # cross-check that kzstd's pure-Kotlin frames are decodable by real libzstd (and # that kzstd decodes real libzstd frames): the both-directions interop gate. -zstd-jni = "1.5.7-11" +zstd-jni = "1.5.7-12" dokka = "2.2.0" binary-compat = "0.18.1" kover = "0.9.9"