From a487cfde181ea58fa3ad67fcaf5494b6962f8476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:22:57 +0000 Subject: [PATCH] build(deps): bump com.github.luben:zstd-jni from 1.5.5-10 to 1.5.5-11 Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.5-10 to 1.5.5-11. - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.5-10...v1.5.5-11) --- 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 691cde6f6..d6ee07878 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.5-10" + implementation "com.github.luben:zstd-jni:1.5.5-11" implementation "org.slf4j:slf4j-api:1.7.36"