fix(deps): update dependency com.github.luben:zstd-jni to v1.5.6-9 (#1630)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-06 10:17:37 -08:00 committed by GitHub
parent 6d3a142cf3
commit 59355babef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ otelJava.moduleName.set("io.opentelemetry.contrib.compressor.zstd")
dependencies {
api("io.opentelemetry:opentelemetry-exporter-common")
implementation("com.github.luben:zstd-jni:1.5.6-8")
implementation("com.github.luben:zstd-jni:1.5.6-9")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp")