From 04e3f188a3f0baa98e34225c7f4adb960eb5dfd7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 06:52:18 +0000 Subject: [PATCH] Bump metrics-servlets from 3.1.2 to 4.1.19 Bumps [metrics-servlets](https://github.com/dropwizard/metrics) from 3.1.2 to 4.1.19. - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v3.1.2...v4.1.19) 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..4a0304c 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { compile('com.ryantenney.metrics:metrics-spring:3.1.2') compile('io.dropwizard.metrics:metrics-graphite:3.1.2') compile('io.dropwizard.metrics:metrics-jvm:3.1.2') - compile('io.dropwizard.metrics:metrics-servlets:3.1.2') + compile('io.dropwizard.metrics:metrics-servlets:4.1.19') testCompile('org.springframework.boot:spring-boot-starter-test') }