From 2e26cc104ef23e6f20125454cf35758e8ef1aea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 03:01:07 +0000 Subject: [PATCH] Bump simpleclient_httpserver from 0.11.0 to 0.12.0 Bumps [simpleclient_httpserver](https://github.com/prometheus/client_java) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/prometheus/client_java/releases) - [Commits](https://github.com/prometheus/client_java/compare/parent-0.11.0...parent-0.12.0) --- updated-dependencies: - dependency-name: io.prometheus:simpleclient_httpserver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 19a8be386..d7070bfe7 100644 --- a/uhabits-server/build.gradle.kts +++ b/uhabits-server/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { 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.11.0") - implementation("io.prometheus:simpleclient_httpserver:0.11.0") + implementation("io.prometheus:simpleclient_httpserver:0.12.0") implementation("io.prometheus:simpleclient_hotspot:0.11.0") testImplementation("io.ktor:ktor-server-tests:$ktorVersion") testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")