From 8b253cf41cd41984e5c7f8637f15975758c28db6 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:20:03 +0000 Subject: [PATCH] chore: Update upstream OpenTelemetry agent version and related depend... (#485) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... encies Made with ❤️️ by updatecli Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9225f716..ce29e1e4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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]