@@ -11,19 +11,19 @@ data class DependencySet(val group: String, val version: String, val modules: Li
11
11
val dependencyVersions = hashMapOf<String , String >()
12
12
rootProject.extra[" versions" ] = dependencyVersions
13
13
14
- val otelVersion = " 1.42.1"
14
+ val otelSdkVersion = " 1.42.1"
15
15
val otelInstrumentationAlphaVersion = " 2.8.0-alpha"
16
16
val otelInstrumentationVersion = " 2.8.0"
17
17
val byteBuddyVersion = " 1.14.11"
18
18
19
- rootProject.extra[" otelVersion " ] = otelVersion
19
+ rootProject.extra[" otelSdkVersion " ] = otelSdkVersion
20
20
rootProject.extra[" otelInstrumentationVersion" ] = otelInstrumentationVersion
21
21
rootProject.extra[" otelInstrumentationAlphaVersion" ] = otelInstrumentationAlphaVersion
22
22
23
23
val DEPENDENCY_BOMS = listOf (
24
24
" 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" ,
27
27
" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion} " ,
28
28
" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationAlphaVersion} " ,
29
29
" com.azure:azure-sdk-bom:1.2.28" ,
0 commit comments