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
commit 27f0670136762c96002f63ceef973e9155eee861 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Sep 18 18:31:41 2020 +0200 Upgrade Micrometer to version 1.5.5 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 0a0bc45..6d94579 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -407,7 +407,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.12.1</metrics-version> - <micrometer-version>1.5.4</micrometer-version> + <micrometer-version>1.5.5</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>