fix(deps): update dependency com.github.luben:zstd-jni to v1.5.7-1 (#1751)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-21 11:56:31 -08:00 committed by GitHub
parent 023c02b4ab
commit 4ff90552aa
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-10")
implementation("com.github.luben:zstd-jni:1.5.7-1")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp")