Skip to content

Commit 325d2b6

Browse files
committed
chore(deps): downgrade otel ktor version due to breaking changes
1 parent 4368e1e commit 325d2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ val ktorVersion = "3.1.1"
55
val logstashVersion = "8.0"
66
val logbackVersion = "1.5.17"
77
val opentelemetryVersion = "1.47.0"
8-
val opentelemetryKtorVersion = "2.13.3-alpha"
8+
val opentelemetryKtorVersion = "2.11.0-alpha"
99

1010
plugins {
1111
application

0 commit comments

Comments
 (0)