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 2022/01/10 12:34:29 UTC

[camel] 03/05: Upgrade metrics to 4.2.7

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

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

commit 79f61a7edb25a1a02f3fe185b6b6e9d7faa7a706
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jan 10 12:41:05 2022 +0100

    Upgrade metrics to 4.2.7
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0d7c1ab..6deccfe 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -394,7 +394,7 @@
         <maven-shade-plugin-version>3.2.3</maven-shade-plugin-version>
         <maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version>
         <maven-war-plugin-version>3.3.1</maven-war-plugin-version>
-        <metrics-version>4.2.3</metrics-version>
+        <metrics-version>4.2.7</metrics-version>
         <micrometer-version>1.8.1</micrometer-version>
         <microprofile-config-version>2.0</microprofile-config-version>
         <microprofile-metrics-version>3.0</microprofile-metrics-version>