[release/v1.20.x] Bump opentelemetry-instrumentation-bom-alpha from 1.20.0-alpha to 1.20.2-alpha (#622)

Clean cherry-pick of #620 to the `release/v1.20.x` branch.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
OpenTelemetry Bot 2022-11-21 17:35:56 -08:00 committed by GitHub
parent 4ac66c79c7
commit 94f5489146
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.20.0-alpha",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha",
"org.testcontainers:testcontainers-bom:1.17.6"
)