Skip to content

Commit

Permalink
Bump simpleclient_httpserver from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
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](prometheus/client_java@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hiqua committed Sep 1, 2021
1 parent 42fd092 commit 2e26cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uhabits-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2e26cc1

Please sign in to comment.