From cbde29ffc65879eec1f5b795dfa15307de96866a Mon Sep 17 00:00:00 2001 From: Minh Nguyen Cong Date: Tue, 15 Apr 2025 10:32:34 +0200 Subject: [PATCH 1/2] feat: Bump version of zstd-jni --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bd936d768..508c476d5 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation "org.bouncycastle:bcprov-jdk18on:1.78.1" implementation "org.bouncycastle:bcpkix-jdk18on:1.78.1" implementation "com.squareup.okhttp3:okhttp:4.12.0" - implementation "com.github.luben:zstd-jni:1.5.5-5" + implementation "com.github.luben:zstd-jni:1.7.2-2" testsCommonImplementation "junit:junit:4.13.2" testsCommonImplementation "org.hamcrest:hamcrest-library:2.2" testsCommonImplementation "org.mockito:mockito-core:4.8.0" From f1dbad6c8227f97666252f3a1a7cc4eb743613e6 Mon Sep 17 00:00:00 2001 From: Minh Nguyen Cong Date: Tue, 15 Apr 2025 10:34:12 +0200 Subject: [PATCH 2/2] feat: Bump version of zstd-jni --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 508c476d5..b3708fa28 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation "org.bouncycastle:bcprov-jdk18on:1.78.1" implementation "org.bouncycastle:bcpkix-jdk18on:1.78.1" implementation "com.squareup.okhttp3:okhttp:4.12.0" - implementation "com.github.luben:zstd-jni:1.7.2-2" + implementation "com.github.luben:zstd-jni:1.5.7-2" testsCommonImplementation "junit:junit:4.13.2" testsCommonImplementation "org.hamcrest:hamcrest-library:2.2" testsCommonImplementation "org.mockito:mockito-core:4.8.0"