Skip to content

Commit

Permalink
Bump metrics-jvm from 4.2.14 to 4.2.15 in /cc-metrics-reporter
Browse files Browse the repository at this point in the history
Bumps [metrics-jvm](https:/dropwizard/metrics) from 4.2.14 to 4.2.15.
- [Release notes](https:/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.14...v4.2.15)

---
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] authored Dec 22, 2022
1 parent ee9acd5 commit 38b97da
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 @@ -31,7 +31,7 @@ dependencies {
compile group: 'org.slf4j', name: 'slf4j-api', version: '2.0.6'
compile group: 'com.google.guava', name: 'guava', version: '31.1-jre'
compile group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.14'
compile group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.14'
compile group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.15'
compile group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.14'
testCompile group: 'junit', name: 'junit', version: '4.13.2'
}
Expand Down

0 comments on commit 38b97da

Please sign in to comment.