From db2906bff04fc0506686581621b2a824cc432a5f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Nov 2022 15:03:36 +0100 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.2.13 Closes gh-33303 --- 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 18e5b980a9..2861913052 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -206,7 +206,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.12") { + library("Dropwizard Metrics", "4.2.13") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"