From 22df3b539db1c814902c3f88080a8bbf49332e73 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:05:53 +0100 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.2.20 Closes gh-37755 --- 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 1792e3688c..8444aa36e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -210,7 +210,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.19") { + library("Dropwizard Metrics", "4.2.20") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"