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 85350aa commit acdceb3Copy full SHA for acdceb3
jit-binding-server/build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
implementation("io.ktor:ktor-server-call-logging")
18
implementation("io.ktor:ktor-server-call-id")
19
implementation("io.ktor:ktor-server-metrics-micrometer")
20
- implementation("io.micrometer:micrometer-registry-prometheus:1.14.4")
+ implementation("io.micrometer:micrometer-registry-prometheus:1.14.5")
21
22
implementation("com.sksamuel.aedile:aedile-core:2.0.3")
23
implementation("io.github.oshai:kotlin-logging:7.0.5")
0 commit comments