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 2019/10/01 08:52:02 UTC

[camel] branch master updated: Upgrade Micrometer to version 1.2.2

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 f9cca6e  Upgrade Micrometer to version 1.2.2
f9cca6e is described below

commit f9cca6eab17e6f5513615f134e1685a702a54844
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 1 10:51:35 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c39c28b..259a792 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -452,7 +452,7 @@
         <maven-surefire-report-plugin-version>2.22.1</maven-surefire-report-plugin-version>
         <maven-war-plugin-version>3.2.3</maven-war-plugin-version>
         <metrics-version>3.2.6</metrics-version>
-        <micrometer-version>1.2.1</micrometer-version>
+        <micrometer-version>1.2.2</micrometer-version>
         <microprofile-config-version>1.3</microprofile-config-version>
         <microprofile-metrics-version>2.0.0</microprofile-metrics-version>
         <milo-version>0.2.5</milo-version>