File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
`java- platform`
3
3
}
4
4
5
- val otelInstrumentationVersion = " 2.17.0 -alpha"
5
+ val otelInstrumentationVersion = " 2.17.1 -alpha"
6
6
val semconvVersion = " 1.34.0"
7
7
8
8
javaPlatform {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
id(" com.github.johnrengelman.shadow" )
8
8
id(" me.champeau.jmh" ) version " 0.7.3"
9
9
id(" ru.vyarus.animalsniffer" ) version " 2.0.1"
10
- id(" com.squareup.wire" ) version " 5.3.4 "
10
+ id(" com.squareup.wire" ) version " 5.3.5 "
11
11
}
12
12
13
13
description = " Exporter implementations that store signals on disk"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import java.net.URL
5
5
plugins {
6
6
id(" otel.java-conventions" )
7
7
id(" de.undercouch.download" ) version " 5.6.0"
8
- id(" com.squareup.wire" ) version " 5.3.4 "
8
+ id(" com.squareup.wire" ) version " 5.3.5 "
9
9
}
10
10
11
11
description = " Client implementation of the OpAMP spec."
You can’t perform that action at this time.
0 commit comments