From 0cfb0eaa1fd13ddc1c690e1e042e0e44850bf3d7 Mon Sep 17 00:00:00 2001 From: Marvin Date: Tue, 4 Jun 2024 09:37:16 -0300 Subject: [PATCH] Using active metrics5 version (#2442) For some reason, `5.0.0` was released in 2018 and it's untouched since `5.0.0-rc20` is the actual latest release --- dropwizard-metrics5/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropwizard-metrics5/pom.xml b/dropwizard-metrics5/pom.xml index 35e2389a4..2e0f645b7 100644 --- a/dropwizard-metrics5/pom.xml +++ b/dropwizard-metrics5/pom.xml @@ -42,7 +42,7 @@ io.dropwizard.metrics5 metrics-core - 5.0.0 + 5.0.0-rc20 ${project.groupId}