Skip to content

Commit c288708

Browse files
Update dependency io.dropwizard.metrics5:metrics-core to v5.0.3 (#1544)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.dropwizard.metrics5:metrics-core](https://metrics.dropwizard.io) ([source](https://redirect.github.com/dropwizard/metrics)) | `5.0.2` -> `5.0.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.dropwizard.metrics5:metrics-core/5.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.dropwizard.metrics5:metrics-core/5.0.2/5.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>dropwizard/metrics (io.dropwizard.metrics5:metrics-core)</summary> ### [`v5.0.3`](https://redirect.github.com/dropwizard/metrics/releases/tag/v5.0.3) [Compare Source](https://redirect.github.com/dropwizard/metrics/compare/v5.0.2...v5.0.3) #### What's Changed - feat: add module to support Jetty 12 for Jakarta EE 11 by [@&#8203;joschi](https://redirect.github.com/joschi) in [#&#8203;4913](https://redirect.github.com/dropwizard/metrics/pull/4913) - chore(deps): update github actions to v5 (release/5.0.x) (major) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;4916](https://redirect.github.com/dropwizard/metrics/pull/4916) - build: remove empty distributionManagement from POM by [@&#8203;joschi](https://redirect.github.com/joschi) in [#&#8203;4922](https://redirect.github.com/dropwizard/metrics/pull/4922) **Full Changelog**: <dropwizard/metrics@v5.0.2...v5.0.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f0321c commit c288708

File tree

1 file changed

+1
-1
lines changed
  • prometheus-metrics-instrumentation-dropwizard5

1 file changed

+1
-1
lines changed

prometheus-metrics-instrumentation-dropwizard5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>io.dropwizard.metrics5</groupId>
3333
<artifactId>metrics-core</artifactId>
34-
<version>5.0.2</version>
34+
<version>5.0.3</version>
3535
<scope>provided</scope>
3636
</dependency>
3737
<!-- Test Dependencies -->

0 commit comments

Comments
 (0)