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-karaf.git
The following commit(s) were added to refs/heads/master by this push:
new 14c47f6 Upgrade Micrometer to version 1.4.2
14c47f6 is described below
commit 14c47f64f0a827e33d6dd02a689afb21afc71d75
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Apr 27 08:39:35 2020 +0200
Upgrade Micrometer to version 1.4.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6bce8b8..7a894ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -541,7 +541,7 @@
<maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version>
<maven-war-plugin-version>3.2.3</maven-war-plugin-version>
<metrics-version>4.1.5</metrics-version>
- <micrometer-version>1.4.1</micrometer-version>
+ <micrometer-version>1.4.2</micrometer-version>
<microprofile-config-version>1.4</microprofile-config-version>
<microprofile-metrics-version>2.3</microprofile-metrics-version>
<microprofile-health-version>2.2</microprofile-health-version>