We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be4051 commit 18d3a3bCopy full SHA for 18d3a3b
vividus-tests/build.gradle
@@ -58,5 +58,5 @@ dependencies {
58
implementation(group: 'com.h2database', name: 'h2', version: '2.3.232')
59
60
// Zstd decompression support, need to add explicitly as it's not a transitive dependency of netty out-of-the-box
61
- implementation(group: 'com.github.luben', name: 'zstd-jni', version: '1.5.6-10')
+ implementation(group: 'com.github.luben', name: 'zstd-jni', version: '1.5.7-1')
62
}
0 commit comments