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 a9e7fb9 Upgrade Micrometer to version 1.2.0 a9e7fb9 is described below commit a9e7fb903dc4adf092e3ccd7f159a5bae027da7e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jul 9 09:26:56 2019 +0200 Upgrade Micrometer to version 1.2.0 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 8d6f22c..33a4a679 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -493,7 +493,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.1.5</micrometer-version> + <micrometer-version>1.2.0</micrometer-version> <milo-version>0.2.5</milo-version> <mimepull-version>1.9.11</mimepull-version> <mina2-version>2.0.21</mina2-version>