You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/10 12:34:28 UTC

[camel] 02/05: Upgrade to micrometer 1.8.1

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 02aba295fec8275cdcf96c68e437ccd5b0fd9d43
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jan 10 12:40:07 2022 +0100

    Upgrade to micrometer 1.8.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5fed335..0d7c1ab 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -395,7 +395,7 @@
         <maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version>
         <maven-war-plugin-version>3.3.1</maven-war-plugin-version>
         <metrics-version>4.2.3</metrics-version>
-        <micrometer-version>1.7.6</micrometer-version>
+        <micrometer-version>1.8.1</micrometer-version>
         <microprofile-config-version>2.0</microprofile-config-version>
         <microprofile-metrics-version>3.0</microprofile-metrics-version>
         <microprofile-health-version>3.1</microprofile-health-version>