@@ -11,19 +11,19 @@ data class DependencySet(val group: String, val version: String, val modules: Li
1111val dependencyVersions = hashMapOf<String , String >()
1212rootProject.extra[" versions" ] = dependencyVersions
1313
14- val otelVersion = " 1.42.1"
14+ val otelSdkVersion = " 1.42.1"
1515val otelInstrumentationAlphaVersion = " 2.8.0-alpha"
1616val otelInstrumentationVersion = " 2.8.0"
1717val byteBuddyVersion = " 1.14.11"
1818
19- rootProject.extra[" otelVersion " ] = otelVersion
19+ rootProject.extra[" otelSdkVersion " ] = otelSdkVersion
2020rootProject.extra[" otelInstrumentationVersion" ] = otelInstrumentationVersion
2121rootProject.extra[" otelInstrumentationAlphaVersion" ] = otelInstrumentationAlphaVersion
2222
2323val DEPENDENCY_BOMS = listOf (
2424 " com.fasterxml.jackson:jackson-bom:2.17.2" ,
25- " io.opentelemetry:opentelemetry-bom:${otelVersion } " ,
26- " io.opentelemetry:opentelemetry-bom-alpha:${otelVersion } -alpha" ,
25+ " io.opentelemetry:opentelemetry-bom:${otelSdkVersion } " ,
26+ " io.opentelemetry:opentelemetry-bom-alpha:${otelSdkVersion } -alpha" ,
2727 " io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion} " ,
2828 " io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationAlphaVersion} " ,
2929 " com.azure:azure-sdk-bom:1.2.28" ,
0 commit comments