We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b5de6 commit ad2a1e5Copy full SHA for ad2a1e5
build.gradle.kts
@@ -18,7 +18,7 @@ subprojects {
18
19
dependencies {
20
// using the bom ensures that all of your opentelemetry dependency versions are aligned
21
- implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.16.0-alpha"))
+ implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.17.0-alpha"))
22
}
23
24
spotless {
0 commit comments