From 96afb2e7e4229fec556641a7c53820e82dac6276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 13:45:04 +0000 Subject: [PATCH] Update com.github.luben:zstd-jni to v1.5.7-13 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3781dff..ee79a8d 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-12" +zstd-jni = "1.5.7-13" dokka = "2.2.0" binary-compat = "0.18.1" kover = "0.9.9"