Skip to content

Commit 18d3a3b

Browse files
Bump com.github.luben:zstd-jni from 1.5.6-10 to 1.5.7-1 (#5735)
Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-10 to 1.5.7-1. - [Commits](luben/zstd-jni@v1.5.6-10...v1.5.7-1) --- updated-dependencies: - dependency-name: com.github.luben:zstd-jni dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5be4051 commit 18d3a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vividus-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ dependencies {
5858
implementation(group: 'com.h2database', name: 'h2', version: '2.3.232')
5959

6060
// 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')
61+
implementation(group: 'com.github.luben', name: 'zstd-jni', version: '1.5.7-1')
6262
}

0 commit comments

Comments
 (0)