From ca1c499028477881cc042a1b7f843839a64ffbce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:08:00 -0400 Subject: [PATCH] Bump io.dropwizard.metrics:metrics-core from 4.2.26 to 4.2.27 (#628) Bumps [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics) from 4.2.26 to 4.2.27. - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.26...v4.2.27) --- updated-dependencies: - dependency-name: io.dropwizard.metrics:metrics-core 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> --- ziti/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ziti/build.gradle b/ziti/build.gradle index 63134319..88ad848c 100644 --- a/ziti/build.gradle +++ b/ziti/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation(libs.jjwt.impl) implementation(libs.jjwt.gson) - implementation('io.dropwizard.metrics:metrics-core:4.2.26') + implementation('io.dropwizard.metrics:metrics-core:4.2.27') implementation('org.bouncycastle:bcpkix-jdk18on:1.78.1') implementation(libs.sodium) {