From e3972b66afd6c955956f44408b717229164f856e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 14:16:15 +0200 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.2.12 Closes gh-32336 --- 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 90c06660a5..aef956f563 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -184,7 +184,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.10") { + library("Dropwizard Metrics", "4.2.12") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"