File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
kotlin-wot-binding-websocket Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 implementation(" io.ktor:ktor-server-metrics-micrometer" )
1515 implementation(" io.ktor:ktor-server-auto-head-response" )
1616
17- implementation(" io.opentelemetry.instrumentation:opentelemetry-ktor-3.0:2.13.1 -alpha" )
17+ implementation(" io.opentelemetry.instrumentation:opentelemetry-ktor-3.0:2.21.0 -alpha" )
1818
1919 testImplementation(" io.ktor:ktor-server-test-host" )
2020 testImplementation(" ch.qos.logback:logback-classic:1.5.12" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 implementation(" io.ktor:ktor-server-content-negotiation" )
1010
1111 // Tracing
12- implementation(" io.opentelemetry.instrumentation:opentelemetry-ktor-3.0:2.13.1 -alpha" )
12+ implementation(" io.opentelemetry.instrumentation:opentelemetry-ktor-3.0:2.21.0 -alpha" )
1313
1414 implementation(" io.ktor:ktor-client-cio" )
1515 implementation(" io.ktor:ktor-client-auth" )
You can’t perform that action at this time.
0 commit comments