From 8b231aa14be8c10705501018eafbb8dd0c418cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 07:52:15 +0000 Subject: [PATCH] chore(lapis2): bump com.github.luben:zstd-jni in /lapis2 Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-2 to 1.5.6-3. - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.6-2...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] --- lapis2/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapis2/build.gradle b/lapis2/build.gradle index 94e316241..c7b729ed6 100644 --- a/lapis2/build.gradle +++ b/lapis2/build.gradle @@ -40,7 +40,7 @@ dependencies { antlr 'org.antlr:antlr4:4.13.1' implementation 'org.antlr:antlr4-runtime:4.13.1' implementation 'org.apache.commons:commons-csv:1.10.0' - implementation 'com.github.luben:zstd-jni:1.5.6-2' + implementation 'com.github.luben:zstd-jni:1.5.6-3' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8' implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.5.0"