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/12/12 05:24:46 UTC

(camel) branch main updated: Upgrade micrometer tracing 1.2.1

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d5ddb8cce49 Upgrade micrometer tracing 1.2.1
d5ddb8cce49 is described below

commit d5ddb8cce4907a13691c8dbd9a706b58e24d4a2a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 12 06:24:37 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 1bb89ba6b01..9904c230137 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -334,7 +334,7 @@
         <maven-war-plugin-version>3.4.0</maven-war-plugin-version>
         <metrics-version>4.2.23</metrics-version>
         <micrometer-version>1.12.1</micrometer-version>
-        <micrometer-tracing-version>1.2.0</micrometer-tracing-version>
+        <micrometer-tracing-version>1.2.1</micrometer-tracing-version>
         <microprofile-config-version>3.1</microprofile-config-version>
         <microprofile-fault-tolerance-version>4.0.2</microprofile-fault-tolerance-version>
         <mina-version>2.2.3</mina-version>