From 741d60563f7ff7e8621284ba4f0168bd01a278b3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:19 +0200 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.1.19 Closes gh-25955 --- 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 43b2dbb13bf..2b857e0501a 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.17") { + library("Dropwizard Metrics", "4.1.19") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"