From 05e95de028ddf238418bc137f2a16867619e4a2a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:02 +0100 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.2.8 Closes gh-29832 --- 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 abe77441b61..d06932f9720 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.7") { + library("Dropwizard Metrics", "4.2.8") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"