Skip to content

Commit f614100

Browse files
authored
fix semconv dependencies comment (#582)
* fix semconv dependencies comment * fix path in comment to update script
1 parent 916a2f0 commit f614100

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ autoservice = "1.1.1"
99
opentelemetryProto = "1.3.2-alpha"
1010

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

1515
# otel contrib
16-
# updated from upstream agent with .ci/update-upstream.sh
16+
# updated from upstream agent with gradle/update-upstream.sh
1717
opentelemetryContribAlpha = "1.44.0-alpha"
1818

1919
# otel semconv
20-
# updated from upstream agent with .ci/update-upstream.sh
21-
# While the semconv stable artifact is provided transitively by the agent, we still have to explicitly
22-
# reference the "incubating" version explicitly
20+
# updated from upstream agent with gradle/update-upstream.sh
21+
# While the semconv stable/incubating artifacts are provided as transitive dependencies, keeping
22+
# an explicit version here allows to easily override to a not-yet-released version.
2323
opentelemetrySemconv = "1.30.0"
2424
opentelemetrySemconvAlpha = "1.30.0-alpha"
2525

0 commit comments

Comments
 (0)