Skip to content

Commit

Permalink
Update to otel instrumentation 1.13.0 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Apr 19, 2022
1 parent 989563c commit d497a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/splunk.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repositories {
val otelVersion = "1.13.0"
val otelAlphaVersion = "1.13.0-alpha"
val otelContribAlphaVersion = "1.12.0-alpha"
val otelInstrumentationVersion = "1.13.0-SNAPSHOT"
val otelInstrumentationAlphaVersion = "1.13.0-alpha-SNAPSHOT"
val otelInstrumentationVersion = "1.13.0"
val otelInstrumentationAlphaVersion = "1.13.0-alpha"
val micrometerVersion = "1.8.5"

// instrumentation version is used to compute Implementation-Version manifest attribute
Expand Down

0 comments on commit d497a45

Please sign in to comment.