From 65e6ce1361f47ee08f3d526b24fcfd8471b1bd1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:41:21 +0000 Subject: [PATCH] chore(deps): bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-4 Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-1 to 1.5.6-4. - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.6-1...v1.5.6-4) --- 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 7996cbf..c363fd6 100644 --- a/build.gradle +++ b/build.gradle @@ -154,7 +154,7 @@ dependencies { testImplementation "com.google.cloud:google-cloud-nio:0.127.16" testImplementation "org.xerial.snappy:snappy-java:1.1.10.5" - testImplementation "com.github.luben:zstd-jni:1.5.6-1" + testImplementation "com.github.luben:zstd-jni:1.5.6-4" testImplementation ("org.apache.parquet:parquet-tools:1.11.2") { exclude group: "org.slf4j", module: "slf4j-api" }