From 41a9b08049eeb1eda8a6d58a5512d557899748f5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:14 +0100 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.1.27 Closes gh-29040 --- 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 9a0341ac38..e0034ed8b1 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.26") { + library("Dropwizard Metrics", "4.1.27") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"