From 38c490bb03a42f07fd1beb5d660cdff908299fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:21:19 +0000 Subject: [PATCH] Bump com.github.luben:zstd-jni from 1.5.6-8 to 1.5.6-9 Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-8 to 1.5.6-9. - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.6-8...v1.5.6-9) --- 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 f7c4545..2b29d1a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,5 +42,5 @@ kotlin-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutine kotlin-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.3" } petitparser-core = { group = "com.github.petitparser", name = "petitparser-core", version = "2.4.0" } xz = { group = "org.tukaani", name = "xz", version = "1.10" } -zstd = { group = "com.github.luben", name = "zstd-jni", version = "1.5.6-8" } +zstd = { group = "com.github.luben", name = "zstd-jni", version = "1.5.6-9" } z3-turnkey = { group = "tools.aqua", name = "z3-turnkey", version = "4.13.0.1" }