From cffc7f03ae69b133cc22d2b46e5b250050ebb02f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 05:01:46 +0000 Subject: [PATCH] Bump io.dropwizard.metrics:metrics-core from 4.2.14 to 4.2.18 Bumps [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics) from 4.2.14 to 4.2.18. - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.14...v4.2.18) --- updated-dependencies: - dependency-name: io.dropwizard.metrics:metrics-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c638404..ba4d280 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { } dependencies { - implementation 'io.dropwizard.metrics:metrics-core:4.2.14' + implementation 'io.dropwizard.metrics:metrics-core:4.2.18' implementation 'org.slf4j:slf4j-api:2.0.6' testImplementation 'junit:junit:4.13.2'