[release/v1.20.x] Bump opentelemetry-javaagent from 1.20.0 to 1.20.1 (#621)

Clean cherry-pick of #614 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:45 -08:00 committed by GitHub
parent 671ea106b1
commit 4ac66c79c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ val CORE_DEPENDENCIES = listOf(
)
val DEPENDENCIES = listOf(
"io.opentelemetry.javaagent:opentelemetry-javaagent:1.20.0",
"io.opentelemetry.javaagent:opentelemetry-javaagent:1.20.1",
"com.google.code.findbugs:annotations:3.0.1u2",
"com.google.code.findbugs:jsr305:3.0.2",
"com.squareup.okhttp3:okhttp:4.10.0",