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 9f03766 Upgrade Micrometer to version 1.2.1
9f03766 is described below
commit 9f03766f2fb126880fd192fab7118cc0a282ec64
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Sep 10 08:29:29 2019 +0200
Upgrade Micrometer to version 1.2.1
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 8f9cc79..0ecd0a8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -449,7 +449,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.0</micrometer-version>
+ <micrometer-version>1.2.1</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>