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.11.0 to 0.12.0.

Updates `simpleclient` 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)

Updates `simpleclient_common` 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)

Updates `simpleclient_hotspot` 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
- 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lkiesow committed Aug 30, 2021
1 parent 8be3189 commit 482a655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/metrics-exporter/pom.xml
Expand Up @@ -13,7 +13,7 @@
<properties>
<opencast.basedir>${project.basedir}/../..</opencast.basedir>
<checkstyle.skip>false</checkstyle.skip>
<prometheus.version>0.11.0</prometheus.version>
<prometheus.version>0.12.0</prometheus.version>
</properties>
<dependencies>
<!-- Opencast dependencies -->
Expand Down

0 comments on commit 482a655

Please sign in to comment.