From 838b57bd34f1fbbee71c0dcc52416f186cbfc37b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 06:06:05 +0000 Subject: [PATCH] Bump metrics-graphite from 3.1.2 to 4.2.3 Bumps [metrics-graphite](https://github.com/dropwizard/metrics) from 3.1.2 to 4.2.3. - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v3.1.2...v4.2.3) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 46c127e..ea1040d 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { // Dropwizard dependencies compile('com.ryantenney.metrics:metrics-spring:3.1.2') - compile('io.dropwizard.metrics:metrics-graphite:3.1.2') + compile('io.dropwizard.metrics:metrics-graphite:4.2.3') compile('io.dropwizard.metrics:metrics-jvm:3.1.2') compile('io.dropwizard.metrics:metrics-servlets:3.1.2')