From d8d97df34abdad6d7efeed6f6595bdce4f84a893 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 09:57:08 +0100 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.1.29 Closes gh-29118 --- 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 a8562d5de3..d73d8bea68 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -247,7 +247,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.1.27") { + library("Dropwizard Metrics", "4.1.29") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"