From 03209fad19fde7e045ebe516b5cee64ffa50e83d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 11:53:57 +0100 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.2.21 Closes gh-37896 --- 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 549c43ae1c87..2c162db83e9d 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.20") { + library("Dropwizard Metrics", "4.2.21") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"