diff --git a/jetstream/build.gradle.kts b/jetstream/build.gradle.kts index f3e5ac0..17060ae 100644 --- a/jetstream/build.gradle.kts +++ b/jetstream/build.gradle.kts @@ -17,7 +17,7 @@ repositories { dependencies { implementation(platform("org.slf4j:slf4j-bom:2.0.16")) implementation("org.slf4j:slf4j-api") - implementation("com.github.luben:zstd-jni:1.5.6-7") + implementation("com.github.luben:zstd-jni:1.5.6-9") implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.1")) implementation("com.fasterxml.jackson.core:jackson-core") implementation("com.fasterxml.jackson.module:jackson-module-blackbird")