Skip to content

Commit

Permalink
chore: Update upstream OpenTelemetry agent version and related depend…
Browse files Browse the repository at this point in the history
…... (#485)

... encies

Made with ❤️️ by updatecli

Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com>
  • Loading branch information
1 parent d2ba0fb commit 8b253cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ opentelemetryProto = "1.3.2-alpha"

# otel agent, we rely on the '*-alpha' and get the non-alpha dependencies transitively
# updated from upstream agent with .ci/update-upstream.sh
opentelemetryJavaagentAlpha = "2.10.0-alpha"
opentelemetryJavaagentAlpha = "2.11.0-alpha"

# otel contrib
# updated from upstream agent with .ci/update-upstream.sh
opentelemetryContribAlpha = "1.40.0-alpha"
opentelemetryContribAlpha = "1.42.0-alpha"

# otel semconv
# updated from upstream agent with .ci/update-upstream.sh
# While the semconv stable artifact is provided transitively by the agent, we still have to explicitly
# reference the "incubating" version explicitly
opentelemetrySemconvAlpha = "1.28.0-alpha"
opentelemetrySemconvAlpha = "1.29.0-alpha"

[libraries]

Expand Down

0 comments on commit 8b253cf

Please sign in to comment.