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/01/13 10:46:48 UTC

[camel] branch master updated: Upgrade Micrometer to version 1.1.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 e8f9398  Upgrade Micrometer to version 1.1.2
e8f9398 is described below

commit e8f9398c28b519a9e71310724a84d9e138fd7693
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Jan 13 11:46:23 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 5c749e6..39e6697 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -488,7 +488,7 @@
     <maven-surefire-report-plugin-version>2.22.1</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.1.1</micrometer-version>
+    <micrometer-version>1.1.2</micrometer-version>
     <milo-version>0.2.4</milo-version>
     <mina-bundle-version>1.1.7_6</mina-bundle-version>
     <mina-version>1.1.7</mina-version>