From adca83f963c92ea091d2b264fbeda9cbc98db155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:07:41 +0000 Subject: [PATCH] Bump dropwizard-metrics from 4.2.21 to 4.2.22 Bumps `dropwizard-metrics` from 4.2.21 to 4.2.22. Updates `io.dropwizard.metrics:metrics-core` from 4.2.21 to 4.2.22 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.21...v4.2.22) Updates `io.dropwizard.metrics:metrics-graphite` from 4.2.21 to 4.2.22 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.21...v4.2.22) Updates `io.dropwizard.metrics:metrics-jmx` from 4.2.21 to 4.2.22 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.21...v4.2.22) --- 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] --- 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 7352c78b0f..dfba93aba0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ caffeine = "2.9.3" cloudwatch2 = "2.21.7" colt = "1.2.0" dagger = "2.48.1" -dropwizard-metrics = "4.2.21" +dropwizard-metrics = "4.2.22" dropwizard-metrics5 = "5.0.0" dynatrace-utils = "2.0.1" ehcache2 = "2.10.9.2"