File tree Expand file tree Collapse file tree
compressors/compressor-zstd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ otelJava.moduleName.set("io.opentelemetry.contrib.sampler.cel")
99dependencies {
1010 api(" io.opentelemetry:opentelemetry-sdk" )
1111
12- implementation(" dev.cel:cel:0.13.0 " )
12+ implementation(" dev.cel:cel:0.13.1 " )
1313
1414 compileOnly(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi" )
1515 compileOnly(" io.opentelemetry:opentelemetry-sdk-extension-declarative-config" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ otelJava.moduleName.set("io.opentelemetry.contrib.compressor.zstd")
99dependencies {
1010 api(" io.opentelemetry:opentelemetry-exporter-common" )
1111
12- implementation(" com.github.luben:zstd-jni:1.5.7-10 " )
12+ implementation(" com.github.luben:zstd-jni:1.5.7-11 " )
1313
1414 testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
1515 testImplementation(" io.opentelemetry:opentelemetry-exporter-otlp" )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 // as runtime dependencies if they are actually used as runtime dependencies)
1717 api(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion} " ))
1818 api(platform(" com.fasterxml.jackson:jackson-bom:2.22.0" ))
19- api(platform(" com.google.protobuf:protobuf-bom:4.35.0 " ))
19+ api(platform(" com.google.protobuf:protobuf-bom:4.35.1 " ))
2020 api(platform(" com.squareup.okhttp3:okhttp-bom:5.4.0" ))
2121
2222 constraints {
Original file line number Diff line number Diff line change 33# Linters
44"aqua:grafana/flint" = " 0.22.5"
55lychee = " 0.24.2"
6- rumdl = " 0.2.10 "
6+ rumdl = " 0.2.17 "
77
88[env ]
99FLINT_CONFIG_DIR = " .github/config"
You can’t perform that action at this time.
0 commit comments