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 {
22 `java- platform`
33}
44
5- val otelInstrumentationVersion = " 2.17.0 -alpha"
5+ val otelInstrumentationVersion = " 2.17.1 -alpha"
66val semconvVersion = " 1.34.0"
77
88javaPlatform {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 id(" com.github.johnrengelman.shadow" )
88 id(" me.champeau.jmh" ) version " 0.7.3"
99 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 "
1111}
1212
1313description = " 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
55plugins {
66 id(" otel.java-conventions" )
77 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 "
99}
1010
1111description = " Client implementation of the OpAMP spec."
You can’t perform that action at this time.
0 commit comments