Skip to content

Commit

Permalink
Upgraded OTel to 1.24.0 and OTel instrumentation api 1.23.0; fixes gh…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Mar 10, 2023
1 parent fa923ed commit cd86ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def VERSIONS = [
'org.apache.logging.log4j:log4j-core:2.+',
'org.slf4j:slf4j-api:1.7.+',
// otel
'io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:1.21.+',
'io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:1.23.+',
// zipkin
'io.zipkin.aws:brave-propagation-aws:latest.release',
// wavefront
Expand All @@ -34,8 +34,8 @@ def MICROMETER_PLATFORM_VERSIONS = [
def PLATFORM_VERSIONS = [
'io.zipkin.brave:brave-bom:5.14.+',
// opentelemetry-instrumentation-api dependency above with this
'io.opentelemetry:opentelemetry-bom:1.23.+',
'io.opentelemetry:opentelemetry-bom-alpha:1.23.+',
'io.opentelemetry:opentelemetry-bom:1.24.+',
'io.opentelemetry:opentelemetry-bom-alpha:1.24.+',
'org.junit:junit-bom:5.9.+'
]

Expand Down

0 comments on commit cd86ecc

Please sign in to comment.