From 71b4a59f4f269c28a5decae4cfb4a72c50be469a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 05:56:10 +0000 Subject: [PATCH] Bump simpleclient_hotspot from 0.11.0 to 0.12.0 Bumps [simpleclient_hotspot](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_hotspot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- uhabits-server/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uhabits-server/build.gradle.kts b/uhabits-server/build.gradle.kts index d7070bfe7..d9525ba7f 100644 --- a/uhabits-server/build.gradle.kts +++ b/uhabits-server/build.gradle.kts @@ -34,7 +34,7 @@ application { dependencies { val ktorVersion = "1.6.2" - val kotlinVersion = "1.5.21" + val kotlinVersion = "1.5.30" val logbackVersion = "1.2.5" implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion") implementation("io.ktor:ktor-server-netty:$ktorVersion") @@ -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.11.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"))