Skip to content

Commit

Permalink
Bump simpleclient from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [simpleclient](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
  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 2, 2021
1 parent 39768f7 commit 2c5fd87
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 @@ -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.11.0")
implementation("io.prometheus:simpleclient:0.12.0")
implementation("io.prometheus:simpleclient_httpserver:0.12.0")
implementation("io.prometheus:simpleclient_hotspot:0.11.0")
testImplementation("io.ktor:ktor-server-tests:$ktorVersion")
Expand Down

0 comments on commit 2c5fd87

Please sign in to comment.