File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 implementation(" io.ktor:ktor-server-metrics-micrometer" )
1717 implementation(" io.ktor:ktor-client-core" )
1818 implementation(" io.ktor:ktor-client-cio" )
19- implementation(" io.micrometer:micrometer-registry-prometheus:1.15.5 " )
19+ implementation(" io.micrometer:micrometer-registry-prometheus:1.16.1 " )
2020
2121 implementation(" com.sksamuel.aedile:aedile-core:3.0.1" )
2222 implementation(" io.github.oshai:kotlin-logging:7.0.13" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 // we cannot use a BOM due to limitation in kotlin scripting when resolving the transitive KMM variant dependencies
1515 // note: see https://youtrack.jetbrains.com/issue/KT-67618
1616 api(" io.ktor:ktor-client-core:3.3.3" )
17- api(" io.micrometer:micrometer-core:1.15.5 " )
17+ api(" io.micrometer:micrometer-core:1.16.1 " )
1818 implementation(" io.ktor:ktor-client-cio:3.3.3" )
1919 implementation(" io.ktor:ktor-client-content-negotiation:3.3.3" )
2020 implementation(" io.ktor:ktor-client-logging:3.3.3" )
You can’t perform that action at this time.
0 commit comments