Skip to content

Commit

Permalink
Bump prometheus.version in /modules/metrics-exporter
Browse files Browse the repository at this point in the history
Bumps `prometheus.version` from 0.15.0 to 0.16.0.

Updates `simpleclient` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/prometheus/client_java/releases)
- [Commits](prometheus/client_java@parent-0.15.0...parent-0.16.0)

Updates `simpleclient_common` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/prometheus/client_java/releases)
- [Commits](prometheus/client_java@parent-0.15.0...parent-0.16.0)

Updates `simpleclient_hotspot` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/prometheus/client_java/releases)
- [Commits](prometheus/client_java@parent-0.15.0...parent-0.16.0)

---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.prometheus:simpleclient_common
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.prometheus:simpleclient_hotspot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lkiesow committed Jun 24, 2022
1 parent c0ef6bc commit 6d6f47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/metrics-exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<properties>
<opencast.basedir>${project.basedir}/../..</opencast.basedir>
<checkstyle.skip>false</checkstyle.skip>
<prometheus.version>0.15.0</prometheus.version>
<prometheus.version>0.16.0</prometheus.version>
</properties>
<dependencies>
<!-- Opencast dependencies -->
Expand Down

0 comments on commit 6d6f47a

Please sign in to comment.