From 28b4890673cb8f56187b631e7573f18e4ee25de6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 07:18:55 +0000 Subject: [PATCH] Bump com.github.luben:zstd-jni from 1.5.5-6 to 1.5.5-7 Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.5-6 to 1.5.5-7. - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.5-6...v1.5.5-7) --- updated-dependencies: - dependency-name: com.github.luben:zstd-jni dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 95d11782f6..b25f29e4f9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -91,7 +91,7 @@ univocity-parsers = "2.9.1" versions = "0.49.0" xz = "1.9" ycsb = "0.17.0" -zstd = "1.5.5-6" +zstd = "1.5.5-7" [libraries] asm-bom = { module = "org.ow2.asm:asm-bom", version.ref = "asm" }