From f748da4c8725c38f4a2acac229b87b39a8c24e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 02:18:30 +0000 Subject: [PATCH] Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fb2a19808..93650c18a 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ ext { // Testing brotli4jVersion = '1.16.0' - zstdJniVersion = '1.5.6-2' + zstdJniVersion = '1.5.6-3' jacksonDatabindVersion = '2.17.0' testAddonVersion = reactorCoreVersion assertJVersion = '3.25.3'