We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f844ad commit df63770Copy full SHA for df63770
telemetry-testing/build.gradle.kts
@@ -23,7 +23,7 @@ val bootJar = tasks.named<BootJar>("bootJar") {
23
dependencies {
24
implementation(platform(SpringBootPlugin.BOM_COORDINATES))
25
implementation("io.opentelemetry:opentelemetry-api")
26
- implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.12.0")
+ implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.13.0")
27
//spring modules
28
implementation("org.springframework.boot:spring-boot-starter-web")
29
testImplementation("org.springframework.boot:spring-boot-starter-test")
0 commit comments