From 1b0cb179e71eb9db2ffe4240db2e1a47b9b0fe64 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:06 +0000 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.1.14 Closes gh-23868 --- 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 4f8e914ce7..41583072f6 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.14") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"