File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
instrumentation/helidon/helidon-4.3.0 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ otelJava {
1616}
1717
1818dependencies {
19- library(" io.helidon.webserver:helidon-webserver:4.3.0" )
19+ library(" io.helidon.webserver:helidon-webserver:4.3.0-M1 " )
2020 implementation(project(" :instrumentation:helidon:helidon-4.3.0:library" ))
2121 testImplementation(project(" :instrumentation:helidon:helidon-4.3.0:testing" ))
2222}
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ otelJava {
77}
88
99dependencies {
10- implementation(" io.helidon.webserver:helidon-webserver:4.3.0" )
10+ implementation(" io.helidon.webserver:helidon-webserver:4.3.0-M1 " )
1111 testImplementation(project(" :instrumentation:helidon:helidon-4.3.0:testing" ))
1212}
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ otelJava {
88
99dependencies {
1010 api(project(" :testing-common" ))
11- implementation(" io.helidon.webserver:helidon-webserver:4.3.0" )
11+ implementation(" io.helidon.webserver:helidon-webserver:4.3.0-M1 " )
1212}
You can’t perform that action at this time.
0 commit comments