Skip to content

Commit

Permalink
Bump metrics-graphite from 4.2.14 to 4.2.15 in /cc-metrics-reporter (#…
Browse files Browse the repository at this point in the history
…575)

Bumps [metrics-graphite](https://github.com/dropwizard/metrics) from 4.2.14 to 4.2.15.
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.14...v4.2.15)

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

Signed-off-by: dependabot[bot] <support@github.com>

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 Dec 22, 2022
1 parent ee9acd5 commit 1888ff8
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 @@ -32,7 +32,7 @@ dependencies {
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-graphite', version: '4.2.14'
compile group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.15'
testCompile group: 'junit', name: 'junit', version: '4.13.2'
}

Expand Down

0 comments on commit 1888ff8

Please sign in to comment.