File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ autoservice = "1.1.1"
9
9
opentelemetryProto = " 1.3.2-alpha"
10
10
11
11
# 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
13
13
opentelemetryJavaagentAlpha = " 2.14.0-alpha"
14
14
15
15
# otel contrib
16
- # updated from upstream agent with .ci /update-upstream.sh
16
+ # updated from upstream agent with gradle /update-upstream.sh
17
17
opentelemetryContribAlpha = " 1.44.0-alpha"
18
18
19
19
# 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.
23
23
opentelemetrySemconv = " 1.30.0"
24
24
opentelemetrySemconvAlpha = " 1.30.0-alpha"
25
25
You can’t perform that action at this time.
0 commit comments