Skip to content

Commit

Permalink
Bump io.dropwizard.metrics:metrics-jvm in /cc-metrics-reporter (#925)
Browse files Browse the repository at this point in the history
Bumps [io.dropwizard.metrics:metrics-jvm](https://github.com/dropwizard/metrics) from 4.2.25 to 4.2.26.
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.25...v4.2.26)

---
updated-dependencies:
- dependency-name: io.dropwizard.metrics:metrics-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 901e53a commit 9ac7239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc-metrics-reporter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.13'
implementation group: 'com.google.guava', name: 'guava', version: '33.2.1-jre'
implementation group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.26'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.25'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.26'
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.26'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
}
Expand Down

0 comments on commit 9ac7239

Please sign in to comment.