Skip to content

Commit 9305cc1

Browse files
chore: Update upstream OpenTelemetry agent version and related depend... (#712)
... encies Made with ❤️️ by updatecli Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com>
1 parent 6ff4acd commit 9305cc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ opentelemetryProto = "1.3.2-alpha"
1111

1212
# otel agent, we rely on the '*-alpha' and get the non-alpha dependencies transitively
1313
# updated from upstream agent with gradle/update-upstream.sh
14-
opentelemetryJavaagentAlpha = "2.16.0-alpha"
14+
opentelemetryJavaagentAlpha = "2.17.0-alpha"
1515

1616
# otel contrib
1717
# updated from upstream agent with gradle/update-upstream.sh
@@ -21,8 +21,8 @@ opentelemetryContribAlpha = "1.46.0-alpha"
2121
# updated from upstream agent with gradle/update-upstream.sh
2222
# While the semconv stable/incubating artifacts are provided as transitive dependencies, keeping
2323
# an explicit version here allows to easily override to a not-yet-released version.
24-
opentelemetrySemconv = "1.32.0"
25-
opentelemetrySemconvAlpha = "1.32.0-alpha"
24+
opentelemetrySemconv = "1.34.0"
25+
opentelemetrySemconvAlpha = "1.34.0-alpha"
2626

2727
[libraries]
2828

0 commit comments

Comments
 (0)