Skip to content

Commit 00dc989

Browse files
fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.17.0-alpha
1 parent e8b5de6 commit 00dc989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subprojects {
1818

1919
dependencies {
2020
// 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"))
21+
implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.17.0-alpha"))
2222
}
2323

2424
spotless {

0 commit comments

Comments
 (0)