Skip to content

Commit ba3bc32

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ opentelemetryProto = "1.3.2-alpha"
1010

1111
# otel agent, we rely on the '*-alpha' and get the non-alpha dependencies transitively
1212
# updated from upstream agent with gradle/update-upstream.sh
13-
opentelemetryJavaagentAlpha = "2.14.0-alpha"
13+
opentelemetryJavaagentAlpha = "2.15.0-alpha"
1414

1515
# otel contrib
1616
# updated from upstream agent with gradle/update-upstream.sh
17-
opentelemetryContribAlpha = "1.44.0-alpha"
17+
opentelemetryContribAlpha = "1.45.0-alpha"
1818

1919
# otel semconv
2020
# updated from upstream agent with gradle/update-upstream.sh
2121
# While the semconv stable/incubating artifacts are provided as transitive dependencies, keeping
2222
# an explicit version here allows to easily override to a not-yet-released version.
23-
opentelemetrySemconv = "1.30.0"
24-
opentelemetrySemconvAlpha = "1.30.0-alpha"
23+
opentelemetrySemconv = "1.32.0"
24+
opentelemetrySemconvAlpha = "1.32.0-alpha"
2525

2626
[libraries]
2727

0 commit comments

Comments
 (0)