Skip to content

Commit

Permalink
⬆️ upgrade otel java instrumentation (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandens committed Feb 22, 2022
1 parent c9851a7 commit 8f9e708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ subprojects {
// cannot be accessed there
"opentelemetry" to "1.11.0",
"opentelemetry_proto" to "0.11.0-alpha",
"opentelemetry_java_agent" to "1.11.0-alpha",
"opentelemetry_java_agent_all" to "1.11.0",
"opentelemetry_gradle_plugin" to "1.11.0-alpha",
"opentelemetry_java_agent" to "1.11.1-alpha",
"opentelemetry_java_agent_all" to "1.11.1",
"opentelemetry_gradle_plugin" to "1.11.1-alpha",
"byte_buddy" to "1.12.6",
"slf4j" to "1.7.32"
))
Expand Down

0 comments on commit 8f9e708

Please sign in to comment.