Skip to content

Commit

Permalink
Bump io.dropwizard.metrics:metrics-jvm in /cc-metrics-reporter
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.18 to 4.2.19.
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.18...v4.2.19)

---
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]>
  • Loading branch information
dependabot[bot] committed Jun 2, 2023
1 parent 836bc74 commit a8f866f
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.7'
implementation group: 'com.google.guava', name: 'guava', version: '32.0.0-jre'
implementation group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.18'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.18'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.19'
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.18'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
}
Expand Down

0 comments on commit a8f866f

Please sign in to comment.