From e19ea9e1aad6fea5b975e66a6d979a9ef925d13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 22:25:06 +0000 Subject: [PATCH] Bump dropwizard-metrics from 4.2.19 to 4.2.20 Bumps `dropwizard-metrics` from 4.2.19 to 4.2.20. Updates `io.dropwizard.metrics:metrics-core` from 4.2.19 to 4.2.20 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.19...v4.2.20) Updates `io.dropwizard.metrics:metrics-graphite` from 4.2.19 to 4.2.20 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.19...v4.2.20) Updates `io.dropwizard.metrics:metrics-jmx` from 4.2.19 to 4.2.20 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.19...v4.2.20) --- 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 ce21ad5f6a..02f217601a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ caffeine = "2.9.3" cloudwatch2 = "2.18.41" colt = "1.2.0" dagger = "2.11" -dropwizard-metrics = "4.2.19" +dropwizard-metrics = "4.2.20" dropwizard-metrics5 = "5.0.0" dynatrace-utils = "1.6.0" ehcache2 = "2.10.9.2"