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/04/27 06:39:42 UTC

[camel] branch master updated: Upgrade Micrometer to version 1.4.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


The following commit(s) were added to refs/heads/master by this push:
     new 58e07c1  Upgrade Micrometer to version 1.4.1
58e07c1 is described below

commit 58e07c1d865c9bb7422392c2a02de316be57307f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 27 08:39:09 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 8516842..f0fed34 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -398,7 +398,7 @@
         <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.5</metrics-version>
-        <micrometer-version>1.4.1</micrometer-version>
+        <micrometer-version>1.4.2</micrometer-version>
         <microprofile-config-version>1.4</microprofile-config-version>
         <microprofile-metrics-version>2.3</microprofile-metrics-version>
         <microprofile-health-version>2.2</microprofile-health-version>