From 35401ec08865744085491b1c0927d6807edca776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:54:48 +0000 Subject: [PATCH] chore(lapis): bump com.github.luben:zstd-jni in /lapis Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.7-15 to 1.5.7-16. - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.7-15...v1.5.7-16) --- updated-dependencies: - dependency-name: com.github.luben:zstd-jni dependency-version: 1.5.7-16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lapis/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapis/build.gradle b/lapis/build.gradle index 64e9caeae..60160cbdd 100644 --- a/lapis/build.gradle +++ b/lapis/build.gradle @@ -41,7 +41,7 @@ dependencies { antlr 'org.antlr:antlr4:4.13.2' implementation 'org.antlr:antlr4-runtime:4.13.2' implementation 'org.apache.commons:commons-csv:1.14.1' - implementation 'com.github.luben:zstd-jni:1.5.7-15' + implementation 'com.github.luben:zstd-jni:1.5.7-16' implementation 'org.apache.arrow:arrow-vector:19.0.0' implementation 'org.apache.arrow:arrow-memory-netty:19.0.0' implementation 'com.github.ben-manes.caffeine:caffeine:3.2.4'