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

Clean cherry-pick of #618 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:39:56 -08:00 committed by GitHub
parent 94f5489146
commit d8bd440a56
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.1",
"io.opentelemetry.javaagent:opentelemetry-javaagent:1.20.2",
"com.google.code.findbugs:annotations:3.0.1u2",
"com.google.code.findbugs:jsr305:3.0.2",
"com.squareup.okhttp3:okhttp:4.10.0",