Skip to content

Commit 3462710

Browse files
Bump io.opentelemetry.instrumentation:opentelemetry-ktor-3.0
Bumps [io.opentelemetry.instrumentation:opentelemetry-ktor-3.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.13.1-alpha to 2.21.0-alpha. - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits) --- updated-dependencies: - dependency-name: io.opentelemetry.instrumentation:opentelemetry-ktor-3.0 dependency-version: 2.21.0-alpha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e52806a commit 3462710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin-wot-binding-http/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

kotlin-wot-binding-websocket/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)