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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-05 19:01:28 -07:00 committed by GitHub
parent 3fc4309a4a
commit d8c3f95e14
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.7-2")
implementation("com.github.luben:zstd-jni:1.5.7-3")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp")