From 9aa170703d6370ea0632c40a6b0019d8ea5f0fde Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 05:20:47 +0100 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.1.16 Closes gh-24384 --- 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 5a912d56e06f..6dce9bea5f41 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.14") { + library("Dropwizard Metrics", "4.1.16") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"