From 28d915713fa68b94527dd6cd4a13def2e73a626c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:29:46 +0200 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.1.13 Closes gh-23643 --- 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 f88ba4f8a0..f58b87fd41 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -248,7 +248,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.1.12.1") { + library("Dropwizard Metrics", "4.1.13") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"