Bump opentelemetry-instrumentation-bom-alpha from 1.19.2-alpha to 1.20.0-alpha (#595)

This commit is contained in:
dependabot[bot] 2022-11-17 15:52:13 +00:00 committed by GitHub
parent 18e42a1f19
commit 0ca31bd951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ val DEPENDENCY_BOMS = listOf(
"org.junit:junit-bom:5.9.1",
"io.grpc:grpc-bom:1.51.0",
"io.opentelemetry:opentelemetry-bom-alpha:1.20.1-alpha",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.19.2-alpha",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.0-alpha",
"org.testcontainers:testcontainers-bom:1.17.6"
)