Skip to content

Commit cdf3b77

Browse files
committed
update
1 parent 915e5e4 commit cdf3b77

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`java-platform`
33
}
44

5-
val otelInstrumentationVersion = "2.19.0-alpha"
5+
val otelInstrumentationVersion = "2.20.0-alpha"
66
val semconvVersion = "1.37.0"
77

88
javaPlatform {

inferred-spans/build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,3 @@ tasks {
5252
jvmArgs("-Djava.util.logging.config.file=${project.projectDir.resolve("src/test/resources/logging.properties")}")
5353
}
5454
}
55-
56-
// todo remove when https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14497 is merged
57-
// pin io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator to 2.20.0-alpha-SNAPSHOT
58-
59-
configurations.all {
60-
resolutionStrategy {
61-
force("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator:2.20.0-alpha-SNAPSHOT")
62-
force("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:2.19.0")
63-
}
64-
}

0 commit comments

Comments
 (0)