Skip to content

Commit

Permalink
Update dependency com.github.luben:zstd-jni to v1.5.6-3 (#1289)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent adce4f3 commit 9d1f243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compressors/compressor-zstd/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
var openTelemetryVersion = "1.37.0"
api("io.opentelemetry:opentelemetry-exporter-common:$openTelemetryVersion")

implementation("com.github.luben:zstd-jni:1.5.6-2")
implementation("com.github.luben:zstd-jni:1.5.6-3")

testImplementation("io.opentelemetry:opentelemetry-sdk-testing:$openTelemetryVersion")
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp:$openTelemetryVersion")
Expand Down

0 comments on commit 9d1f243

Please sign in to comment.