From 14fbc15e358e5d669ee73cb1e4dea55c97a5f195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:31:37 +0000 Subject: [PATCH] Bump com.github.luben:zstd-jni from 1.5.6-5 to 1.5.6-6 Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-5 to 1.5.6-6. - [Commits](https://github.com/luben/zstd-jni/commits) --- 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 41f89230a..a4a3f82f5 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ ext { // Testing brotli4jVersion = '1.17.0' - zstdJniVersion = '1.5.6-5' + zstdJniVersion = '1.5.6-6' jacksonDatabindVersion = '2.17.2' testAddonVersion = reactorCoreVersion assertJVersion = '3.26.3'