Skip to content

Commit

Permalink
Upgrade to OTEL API 1.31.x (#26)
Browse files Browse the repository at this point in the history
* chore: update to OTEL API 1.30.x

* chore: upgrade to OTEL API 1.31.x
  • Loading branch information
gaeljw authored Oct 26, 2023
1 parent 520c5ef commit fdbb52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ nexusPublishing {
}

dependencies {
implementation(platform("io.opentelemetry:opentelemetry-bom:1.29.0"))
implementation(platform("io.opentelemetry:opentelemetry-bom:1.31.0"))
implementation("io.opentelemetry:opentelemetry-api")

testImplementation(platform("org.junit:junit-bom:5.10.0"))
Expand Down

0 comments on commit fdbb52c

Please # to comment.