From a32bf83f6008102f82d94a03b5e5921033fefea8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 10:32:20 +0200 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.2.12 Closes gh-32316 --- 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 4c88a91817a3..f7ce0e37e944 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -276,7 +276,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.11") { + library("Dropwizard Metrics", "4.2.12") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"