From 4255d552ff0bdd44a0a14d2ca3cf6d9b5fc9ecce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:55:30 +0000 Subject: [PATCH] Bump io.dropwizard.metrics:metrics-core from 4.2.27 to 4.2.28 Bumps [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics) from 4.2.27 to 4.2.28. - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.27...v4.2.28) --- 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 594e2d162..d45780533 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { // Metrics Core - for metrics // https://mvnrepository.com/artifact/io.dropwizard.metrics/metrics-core - compileOnly group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.27' + compileOnly group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.28' // Metrics Health Checks - for health checks // https://mvnrepository.com/artifact/io.dropwizard.metrics/metrics-healthchecks