Skip to content

Commit

Permalink
fix(deps): update opentelemetry-java monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent b149716 commit e838904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-xray/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ testing {
configurations.all {
resolutionStrategy {
// TODO this module still needs to be updated to the latest semconv
force("io.opentelemetry:opentelemetry-semconv:1.28.0-alpha")
force("io.opentelemetry:opentelemetry-semconv:1.30.1-alpha")
}
}
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val DEPENDENCY_BOMS = listOf(
"com.linecorp.armeria:armeria-bom:1.31.2",
"org.junit:junit-bom:5.11.3",
"io.grpc:grpc-bom:1.69.0",
"io.opentelemetry:opentelemetry-bom-alpha:1.44.1-alpha",
"io.opentelemetry:opentelemetry-bom-alpha:1.45.0-alpha",
"org.testcontainers:testcontainers-bom:1.20.4"
)

Expand Down

0 comments on commit e838904

Please sign in to comment.