diff --git a/uhabits-server/build.gradle.kts b/uhabits-server/build.gradle.kts index 2b3fb5351..6be625385 100644 --- a/uhabits-server/build.gradle.kts +++ b/uhabits-server/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation("org.jetbrains:kotlin-css-jvm:1.0.0-pre.148-kotlin-1.4.30") implementation("io.prometheus:simpleclient:0.12.0") implementation("io.prometheus:simpleclient_httpserver:0.12.0") - implementation("io.prometheus:simpleclient_hotspot:0.11.0") + implementation("io.prometheus:simpleclient_hotspot:0.12.0") testImplementation("io.ktor:ktor-server-tests:$ktorVersion") testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") testImplementation(kotlin("test"))