From a79a497f1330f9ddd9d23663db23563b94dbdb88 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 08:22:11 +0100 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.2.7 Closes gh-29209 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index afd4bcbfd7..1af6ba4a69 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -253,7 +253,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.4") { + library("Dropwizard Metrics", "4.2.7") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"