File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ dependencies {
17
17
implementation(" io.ktor:ktor-server-call-logging" )
18
18
implementation(" io.ktor:ktor-server-call-id" )
19
19
implementation(" io.opentelemetry.instrumentation:opentelemetry-ktor-3.0:2.10.0-alpha" )
20
- implementation(" io.opentelemetry:opentelemetry-sdk:1.46 .0" )
21
- implementation(" io.opentelemetry:opentelemetry-exporter-otlp:1.46 .0" )
22
- implementation(" io.opentelemetry:opentelemetry-exporter-logging:1.46 .0" )
20
+ implementation(" io.opentelemetry:opentelemetry-sdk:1.47 .0" )
21
+ implementation(" io.opentelemetry:opentelemetry-exporter-otlp:1.47 .0" )
22
+ implementation(" io.opentelemetry:opentelemetry-exporter-logging:1.47 .0" )
23
23
implementation(" io.github.reactivecircus.cache4k:cache4k:0.14.0" )
24
24
implementation(" io.github.oshai:kotlin-logging:7.0.4" )
25
25
implementation(platform(" org.apache.logging.log4j:log4j-bom:2.24.3" ))
You can’t perform that action at this time.
0 commit comments