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/08/16 04:45:08 UTC

[camel] branch mm created (now 6ab73c21c36)

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

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


      at 6ab73c21c36 Upgrade micrometer 1.11.3 and tracing 1.1.4

This branch includes the following new commits:

     new 6ab73c21c36 Upgrade micrometer 1.11.3 and tracing 1.1.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Upgrade micrometer 1.11.3 and tracing 1.1.4

Posted by da...@apache.org.
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 6ab73c21c36c39986723b3af451ccbfba75f2022
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 16 06:44:35 2023 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 2fc03d2f688..7492a4c2453 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -335,8 +335,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.2</micrometer-version>
-        <micrometer-tracing-version>1.1.3</micrometer-tracing-version>
+        <micrometer-version>1.11.3</micrometer-version>
+        <micrometer-tracing-version>1.1.4</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.2</mina-version>