From 02f9f411cedcfb32a86024d5a813109f875764b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 13:12:25 -0500 Subject: [PATCH] Bump simpleclient from 0.10.0 to 0.11.0 (#941) Bumps [simpleclient](https://github.com/prometheus/client_java) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/prometheus/client_java/releases) - [Commits](https://github.com/prometheus/client_java/compare/parent-0.10.0...parent-0.11.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- uhabits-server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhabits-server/build.gradle.kts b/uhabits-server/build.gradle.kts index 9640d3865..6fc47a23a 100644 --- a/uhabits-server/build.gradle.kts +++ b/uhabits-server/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation("io.ktor:ktor-html-builder:$ktorVersion") implementation("io.ktor:ktor-jackson:$ktorVersion") implementation("org.jetbrains:kotlin-css-jvm:1.0.0-pre.148-kotlin-1.4.30") - implementation("io.prometheus:simpleclient:0.10.0") + implementation("io.prometheus:simpleclient:0.11.0") implementation("io.prometheus:simpleclient_httpserver:0.10.0") implementation("io.prometheus:simpleclient_hotspot:0.10.0") testImplementation("io.ktor:ktor-server-tests:$ktorVersion")