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 87d2d98 Upgrade Micrometer to version 1.1.0 87d2d98 is described below commit 87d2d98ea69def4468dfd979a1f08991a6ca87bd Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Oct 31 08:35:05 2018 +0100 Upgrade Micrometer to version 1.1.0 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 6eaa155..81e25bc 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -495,7 +495,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.0.7</micrometer-version> + <micrometer-version>1.1.0</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>