You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/13 12:58:52 UTC

[camel] 01/01: Upgrade micrometer 1.11.5 and tracing 1.1.6

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

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

commit 9435618c1a27cdac292be95274c7fc9ac1bff122
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Oct 13 14:58:40 2023 +0200

    Upgrade micrometer 1.11.5 and tracing 1.1.6
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c79c1b67cd4..e084da75cd4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -331,8 +331,8 @@
         <maven-wagon-version>3.5.2</maven-wagon-version>
         <maven-war-plugin-version>3.4.0</maven-war-plugin-version>
         <metrics-version>4.2.19</metrics-version>
-        <micrometer-version>1.11.4</micrometer-version>
-        <micrometer-tracing-version>1.1.5</micrometer-tracing-version>
+        <micrometer-version>1.11.5</micrometer-version>
+        <micrometer-tracing-version>1.1.6</micrometer-tracing-version>
         <microprofile-config-version>3.0.3</microprofile-config-version>
         <microprofile-fault-tolerance-version>4.0.2</microprofile-fault-tolerance-version>
         <mina-version>2.2.3</mina-version>