From 487f694872c2d696135f8a035f1d530a134b8dc1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Jan 2021 09:20:11 +0100 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.1.17 Closes gh-24723 --- 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 a4c567a7ae..d8c693556d 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.16") { + library("Dropwizard Metrics", "4.1.17") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"