From 6774b62f27c1942315fdfeec467c352312e60be9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 05:24:07 +0000 Subject: [PATCH] build(deps): bump metrics-jvm from 3.2.3 to 4.2.2 Bumps [metrics-jvm](https://github.com/dropwizard/metrics) from 3.2.3 to 4.2.2. - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v3.2.3...v4.2.2) Signed-off-by: dependabot-preview[bot] --- diffing/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffing/build.gradle b/diffing/build.gradle index 12ac9a0e..1846ade5 100644 --- a/diffing/build.gradle +++ b/diffing/build.gradle @@ -23,7 +23,7 @@ java { dependencies { implementation project(":mysql") implementation "io.dropwizard.metrics:metrics-core:3.2.3" - implementation "io.dropwizard.metrics:metrics-jvm:3.2.3" + implementation "io.dropwizard.metrics:metrics-jvm:4.2.2" implementation "io.dropwizard.metrics:metrics-graphite:3.2.3" implementation project(":api") compileOnly "com.google.code.findbugs:jsr305:1.3.9"