You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/01 12:44:26 UTC

[camel] 01/02: Upgrade Dropwizard Metrics to version 4.1.12.1

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a9ac78ea160081d8164bba6965cda10307e5bd0f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 1 14:31:34 2020 +0200

    Upgrade Dropwizard Metrics to version 4.1.12.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d5836b5..dd1c668 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -406,7 +406,7 @@
         <maven-shade-plugin-version>3.2.1</maven-shade-plugin-version>
         <maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version>
         <maven-war-plugin-version>3.2.3</maven-war-plugin-version>
-        <metrics-version>4.1.11</metrics-version>
+        <metrics-version>4.1.12.1</metrics-version>
         <micrometer-version>1.5.4</micrometer-version>
         <microprofile-config-version>1.4</microprofile-config-version>
         <microprofile-metrics-version>2.3</microprofile-metrics-version>