Skip to content

Commit

Permalink
Bump io.dropwizard.metrics:metrics-jvm in /cc-metrics-reporter (#732)
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.20 to 4.2.21.
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.20...v4.2.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 60d8c55 commit 1a5a0f5
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.9'
implementation group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'
implementation group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.21'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.20'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.21'
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.21'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
}
Expand Down

0 comments on commit 1a5a0f5

Please sign in to comment.