We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059b5ed commit 36949a5Copy full SHA for 36949a5
jit-binding-server/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
implementation("io.ktor:ktor-server-call-logging")
15
implementation("io.ktor:ktor-server-call-id")
16
implementation("io.ktor:ktor-server-metrics-micrometer")
17
- implementation("io.micrometer:micrometer-registry-prometheus:1.15.5")
+ implementation("io.micrometer:micrometer-registry-prometheus:1.16.0")
18
19
implementation("com.sksamuel.aedile:aedile-core:3.0.1")
20
implementation("io.github.oshai:kotlin-logging:7.0.13")
0 commit comments