File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
agent/instrumentation/applicationinsights-web-2.3 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ muzzle {
1212}
1313
1414val otelInstrumentationAlphaVersion: String by project
15- val otelVersion : String by project
15+ val otelInstrumentationVersion : String by project
1616
1717dependencies {
1818 compileOnly(" com.microsoft.azure:applicationinsights-web:2.3.0" )
1919
20- testImplementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:$otelVersion " )
20+ testImplementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:$otelInstrumentationVersion " )
2121
2222 testImplementation(" com.microsoft.azure:applicationinsights-web:2.3.0" )
2323 testImplementation(" javax.servlet:javax.servlet-api:3.0.1" )
You can’t perform that action at this time.
0 commit comments