From 48c6c08992ef22a7bd1a60031c13f3179db350de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:21:06 +0900 Subject: [PATCH] Bump dropwizard-metrics from 4.2.27 to 4.2.28 (#5562) Bumps `dropwizard-metrics` from 4.2.27 to 4.2.28. Updates `io.dropwizard.metrics:metrics-core` 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) Updates `io.dropwizard.metrics:metrics-graphite` 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) Updates `io.dropwizard.metrics:metrics-jmx` 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 - dependency-name: io.dropwizard.metrics:metrics-graphite dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.dropwizard.metrics:metrics-jmx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 23a964ca16..2f655c7150 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ caffeine = "2.9.3" cloudwatch2 = "2.21.46" colt = "1.2.0" dagger = "2.48.1" -dropwizard-metrics = "4.2.27" +dropwizard-metrics = "4.2.28" dropwizard-metrics5 = "5.0.0" dynatrace-utils = "2.2.1" ehcache2 = "2.10.9.2"