Skip to content

Commit

Permalink
Bump OTEL to 1.0.1 (#302)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay authored Apr 9, 2021
1 parent c9ed960 commit 06cc1b8
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 @@ -31,9 +31,9 @@ subprojects {
description = "Hypertrace OpenTelemetry Javaagent"

extra.set("versions", mapOf(
"opentelemetry" to "1.0.0",
"opentelemetry_java_agent" to "1.0.0-alpha",
"opentelemetry_java_agent_all" to "1.0.0",
"opentelemetry" to "1.0.1",
"opentelemetry_java_agent" to "1.0.1-alpha",
"opentelemetry_java_agent_all" to "1.0.1",
"byte_buddy" to "1.10.18",
"slf4j" to "1.7.30"
))
Expand Down

0 comments on commit 06cc1b8

Please sign in to comment.