From 158b92462f50ea600f010229377840a57dbb8fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:12:29 +0300 Subject: [PATCH] Bump com.github.luben:zstd-jni from 1.5.6-5 to 1.5.6-6 (#3439) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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'