File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ java {
1414dependencies {
1515 api(" io.opentelemetry:opentelemetry-sdk:1.48.0" )
1616 compileOnly(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.48.0" )
17- compileOnly(" io.opentelemetry:opentelemetry-api-incubator:1.48.0-alpha-SNAPSHOT " )
17+ compileOnly(" io.opentelemetry:opentelemetry-api-incubator:1.48.0-alpha" )
1818
1919 // For EventToSpanEventBridge
2020 implementation(" io.opentelemetry:opentelemetry-exporter-otlp-common:1.48.0" )
2121 implementation(" com.fasterxml.jackson.core:jackson-core" )
2222
23- testImplementation(" io.opentelemetry:opentelemetry-api-incubator:1.48.0-alpha-SNAPSHOT " )
23+ testImplementation(" io.opentelemetry:opentelemetry-api-incubator:1.48.0-alpha" )
2424 testImplementation(" io.opentelemetry:opentelemetry-sdk-testing:1.48.0" )
2525 testImplementation(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.48.0" )
26- testImplementation(" io.opentelemetry:opentelemetry-sdk-extension-incubator:1.48.0-alpha-SNAPSHOT " )
26+ testImplementation(" io.opentelemetry:opentelemetry-sdk-extension-incubator:1.48.0-alpha" )
2727}
You can’t perform that action at this time.
0 commit comments