From 978e7d69d22929ee5ec4eebba7e827acf37e5d02 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 06:16:46 +0000 Subject: [PATCH] Bump versions.metrics from 4.1.21 to 4.2.0 Bumps `versions.metrics` from 4.1.21 to 4.2.0. Updates `metrics-core` from 4.1.21 to 4.2.0 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.1.21...v4.2.0) Updates `metrics-jvm` from 4.1.21 to 4.2.0 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.1.21...v4.2.0) Updates `metrics-json` from 4.1.21 to 4.2.0 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.1.21...v4.2.0) Updates `metrics-logback` from 4.1.21 to 4.2.0 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.1.21...v4.2.0) Updates `metrics-healthchecks` from 4.1.21 to 4.2.0 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.1.21...v4.2.0) Updates `metrics-graphite` from 4.1.21 to 4.2.0 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.1.21...v4.2.0) Signed-off-by: dependabot-preview[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 39bc7bb..1c18e3c 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -6,7 +6,7 @@ ext { slf4j : '1.7.30', // Logging logback : '1.2.3', // Logging undertow : '2.2.7.Final',// Webserver - metrics : '4.1.21', // Metrics + metrics : '4.2.0', // Metrics guava : '30.1.1-jre', // Common / Helper libraries typesafeConfig : '1.4.1', // Configuration handlebars : '4.2.0', // HTML templating