From 2fa419532662a60110d2154439ed0a09234c7c96 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 09:30:53 +0200 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.2.12 Closes gh-32305 --- 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 958b1a2fbc..82b2dd7658 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -258,7 +258,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.11") { + library("Dropwizard Metrics", "4.2.12") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"