@@ -11,11 +11,11 @@ data class DependencySet(val group: String, val version: String, val modules: Li
1111val dependencyVersions = hashMapOf<String , String >()
1212rootProject.extra[" versions" ] = dependencyVersions
1313
14- val otelSdkVersion = " 1.45.0"
15- val otelInstrumentationAlphaVersion = " 2.11.0-alpha"
16- val otelInstrumentationVersion = " 2.11.0"
14+ val otelSdkVersion = " 1.46.0"
15+ val otelInstrumentationAlphaVersion = " 2.12.0-alpha"
16+ val otelInstrumentationVersion = " 2.12.0"
17+ val otelContribVersion = " 1.43.0"
1718
18- rootProject.extra[" otelSdkVersion" ] = otelSdkVersion
1919rootProject.extra[" otelInstrumentationVersion" ] = otelInstrumentationVersion
2020rootProject.extra[" otelInstrumentationAlphaVersion" ] = otelInstrumentationAlphaVersion
2121
@@ -72,7 +72,8 @@ val DEPENDENCIES = listOf(
7272 " org.assertj:assertj-core:3.27.2" ,
7373 " org.awaitility:awaitility:4.2.2" ,
7474 " io.github.hakky54:logcaptor:2.10.1" ,
75- " io.opentelemetry.contrib:opentelemetry-jfr-connection:1.42.0-alpha" ,
75+ " io.opentelemetry.contrib:opentelemetry-jfr-connection:${otelContribVersion} -alpha" ,
76+ " io.opentelemetry.contrib:opentelemetry-runtime-attach-core:${otelContribVersion} -alpha" ,
7677 " com.google.code.findbugs:jsr305:3.0.2" ,
7778 " com.github.spotbugs:spotbugs-annotations:4.8.6"
7879)
0 commit comments