From ffa6706b0b4aad73b117d0f10d5404874b9fbee7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:12:49 +0000 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.2.15 Closes gh-33779 --- 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 5babf5eb33..c4b84812cf 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.14") { + library("Dropwizard Metrics", "4.2.15") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"