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.4 to 1.3.5.
- [Release notes](https://github.com/prometheus/client_java/releases)
- [Commits](prometheus/client_java@v1.3.4...v1.3.5)

---
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 Dec 19, 2024
1 parent d4af426 commit de47bef
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 @@ -51,7 +51,7 @@ dependencies {
// Prometheus
implementation("io.prometheus:prometheus-metrics-core:1.3.5")
implementation("io.prometheus:prometheus-metrics-instrumentation-jvm:1.3.5")
implementation("io.prometheus:prometheus-metrics-exporter-httpserver:1.3.4")
implementation("io.prometheus:prometheus-metrics-exporter-httpserver:1.3.5")

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

0 comments on commit de47bef

Please sign in to comment.