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 8baa394 Upgrade Micrometer to version 1.5.1
8baa394 is described below
commit 8baa394ad4077231d6fd2de6cd1dc609a1681736
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon May 25 11:04:03 2020 +0200
Upgrade Micrometer to version 1.5.1
---
camel-dependencies/pom.xml | 2 +-
parent/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 33d1f58..002b8d1 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -417,7 +417,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.5.0</micrometer-version>
+ <micrometer-version>1.5.1</micrometer-version>
<microprofile-config-version>1.4</microprofile-config-version>
<microprofile-fault-tolerance-version>2.1</microprofile-fault-tolerance-version>
<microprofile-health-version>2.2</microprofile-health-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 8eaa984..5549663 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -402,7 +402,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.5.0</micrometer-version>
+ <micrometer-version>1.5.1</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>