From f0d61a8db857884d63f22223a8fde2bfefbfd939 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:51:06 +0200 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.2.11 Closes gh-32007 --- 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 b01be7322a..86bd317b07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -258,7 +258,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.10") { + library("Dropwizard Metrics", "4.2.11") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"