From ea3e0b197f32d0e7916baac22202a090a6c6ba31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 12:29:52 +0000 Subject: [PATCH] chore(deps): Bump com.github.luben:zstd-jni Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.7-8 to 1.5.7-9. - [Commits](https://github.com/luben/zstd-jni/commits) --- updated-dependencies: - dependency-name: com.github.luben:zstd-jni dependency-version: 1.5.7-9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pbj-core/hiero-dependency-versions/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbj-core/hiero-dependency-versions/build.gradle.kts b/pbj-core/hiero-dependency-versions/build.gradle.kts index 7be8f444..2df6ead9 100644 --- a/pbj-core/hiero-dependency-versions/build.gradle.kts +++ b/pbj-core/hiero-dependency-versions/build.gradle.kts @@ -79,5 +79,5 @@ dependencies.constraints { api("io.helidon.webclient:helidon-webclient-http2:$helidon") { because("io.helidon.webclient.http2") } - api("com.github.luben:zstd-jni:1.5.7-8") { because("com.github.luben.zstd_jni") } + api("com.github.luben:zstd-jni:1.5.7-9") { because("com.github.luben.zstd_jni") } }