Bump simpleclient_httpserver from 0.10.0 to 0.11.0 (#942)

Bumps [simpleclient_httpserver](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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-06-05 10:08:09 -05:00
committed by GitHub
parent b232827dfd
commit 693dce8719

View File

@@ -44,7 +44,7 @@ dependencies {
implementation("io.ktor:ktor-jackson:$ktorVersion") implementation("io.ktor:ktor-jackson:$ktorVersion")
implementation("org.jetbrains:kotlin-css-jvm:1.0.0-pre.148-kotlin-1.4.30") 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:0.11.0")
implementation("io.prometheus:simpleclient_httpserver:0.10.0") implementation("io.prometheus:simpleclient_httpserver:0.11.0")
implementation("io.prometheus:simpleclient_hotspot:0.10.0") implementation("io.prometheus:simpleclient_hotspot:0.10.0")
testImplementation("io.ktor:ktor-server-tests:$ktorVersion") testImplementation("io.ktor:ktor-server-tests:$ktorVersion")
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")