Skip to content

Commit ee5419c

Browse files
Bump io.dropwizard.metrics:metrics-core in /cc-metrics-reporter (#594)
Bumps [io.dropwizard.metrics:metrics-core](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-core 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 8a11359 commit ee5419c

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
@@ -29,7 +29,7 @@ dependencies {
2929
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.19.0'
3030
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.6'
3131
implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre'
32-
implementation group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.15'
32+
implementation group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.16'
3333
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.15'
3434
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.16'
3535
testImplementation group: 'junit', name: 'junit', version: '4.13.2'

0 commit comments

Comments
 (0)