Skip to content

Commit

Permalink
Use the same semconv version as upstream (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Aug 22, 2024
1 parent 21eb120 commit aca16c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
api("io.opentelemetry.contrib:opentelemetry-samplers:$otelContribAlphaVersion")
api("io.opentelemetry.contrib:opentelemetry-resource-providers:$otelContribAlphaVersion")
api("io.opentelemetry.proto:opentelemetry-proto:1.3.2-alpha")
api("io.opentelemetry.semconv:opentelemetry-semconv:1.26.0-alpha")
api("io.opentelemetry.semconv:opentelemetry-semconv:1.25.0-alpha")
api("io.opentelemetry.semconv:opentelemetry-semconv-incubating:1.25.0-alpha")
}

Expand Down

0 comments on commit aca16c9

Please sign in to comment.