From 2fabc49a1ed1d923487bdb1df68b494ef3ce89f8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 11:57:19 +0100 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.2.21 Closes gh-37897 --- 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 a936d8d1bd5..0eda8d5ceef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -242,7 +242,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.20") { + library("Dropwizard Metrics", "4.2.21") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"