From 4ef8df71140a5fb021ad61be16fbbbf5e5668a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 20:32:42 +0000 Subject: [PATCH] build(deps): bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-3 Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-1 to 1.5.6-3. - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.6-1...v1.5.6-3) --- updated-dependencies: - dependency-name: com.github.luben:zstd-jni dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f5d9652d0..d2a5e44fa 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ dependencies { } implementation "org.xerial.snappy:snappy-java:1.1.10.5" - implementation "com.github.luben:zstd-jni:1.5.6-1" + implementation "com.github.luben:zstd-jni:1.5.6-3" implementation "org.slf4j:slf4j-api:1.7.36"