From 0165c40f02937f5afdca5808ad308ed29edcd4d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 15:11:05 +0100 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.2.5 Closes gh-29057 --- 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 ac37bc0aed..31d8da0846 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -250,7 +250,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.4") { + library("Dropwizard Metrics", "4.2.5") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"