Skip to content

Commit

Permalink
Bump io.dropwizard.metrics:metrics-graphite in /cc-metrics-reporter
Browse files Browse the repository at this point in the history
Bumps [io.dropwizard.metrics:metrics-graphite](https://github.com/dropwizard/metrics) from 4.2.21 to 4.2.22.
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.21...v4.2.22)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent d3d7322 commit 2f1dd8d
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 {
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.21'
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.21'
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.22'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
}

Expand Down

0 comments on commit 2f1dd8d

Please sign in to comment.