From 5dc1065876fcac7c569d2897097abdf947a383d3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Jun 2021 16:53:34 +0200 Subject: [PATCH] Revert "Upgrade to Dropwizard Metrics 4.1.23" This reverts commit ce242702712539d5be353220e71533f26ae7a3d3. See gh-26983 --- 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 3f0ac21a7c9..4ce19b0455c 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.23") { + library("Dropwizard Metrics", "4.1.22") { group("io.dropwizard.metrics") { imports = [ "metrics-bom"