Skip to content

Commit 8a11359

Browse files
Bump io.dropwizard.metrics:metrics-graphite in /cc-metrics-reporter (#598)
Bumps [io.dropwizard.metrics:metrics-graphite](https://github.com/dropwizard/metrics) from 4.2.15 to 4.2.16. - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.15...v4.2.16) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3120bd commit 8a11359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc-metrics-reporter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre'
3232
implementation group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.15'
3333
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.15'
34-
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.15'
34+
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.16'
3535
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
3636
}
3737

0 commit comments

Comments
 (0)