Skip to content

Commit

Permalink
chore(deps): bump io.prometheus:prometheus-metrics-exporter-httpserver
Browse files Browse the repository at this point in the history
Bumps [io.prometheus:prometheus-metrics-exporter-httpserver](https://github.com/prometheus/client_java) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/prometheus/client_java/releases)
- [Commits](prometheus/client_java@v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: io.prometheus:prometheus-metrics-exporter-httpserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 8f344c9 commit 28d5bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
// Prometheus
implementation("io.prometheus:prometheus-metrics-core:1.3.1")
implementation("io.prometheus:prometheus-metrics-instrumentation-jvm:1.3.1")
implementation("io.prometheus:prometheus-metrics-exporter-httpserver:1.3.1")
implementation("io.prometheus:prometheus-metrics-exporter-httpserver:1.3.2")

// NOTE:
// We implicitly rely on Nabu's transitive dependency on Netty's public interfaces.
Expand Down

0 comments on commit 28d5bb1

Please sign in to comment.