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 2018/07/20 06:42:16 UTC

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

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 248d694  Upgrade Micrometer to version 1.0.6
248d694 is described below

commit 248d6945148befa22b7f470c85c0101b14095479
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 20 08:26:13 2018 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index d063c15..90f5e6d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -496,7 +496,7 @@
     <maven-surefire-report-plugin-version>2.22.0</maven-surefire-report-plugin-version>
     <maven-war-plugin-version>3.0.0</maven-war-plugin-version>
     <metrics-version>3.2.6</metrics-version>
-    <micrometer-version>1.0.5</micrometer-version>
+    <micrometer-version>1.0.6</micrometer-version>
     <milo-version>0.2.1</milo-version>
     <mina-bundle-version>1.1.7_6</mina-bundle-version>
     <mina-version>1.1.7</mina-version>