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 2020/03/03 13:55:22 UTC

[camel] branch master updated: Upgrade Zipkin to version 2.20.0

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


The following commit(s) were added to refs/heads/master by this push:
     new f4aaae4  Upgrade Zipkin to version 2.20.0
f4aaae4 is described below

commit f4aaae4e6519b4233d8dd0e1507c6518da83ebae
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 3 14:43:09 2020 +0100

    Upgrade Zipkin to version 2.20.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e151a4c..d4d085c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -691,7 +691,7 @@
         <yetus-audience-annotations-version>0.11.0</yetus-audience-annotations-version>
         <zendesk-client-version>0.6.2</zendesk-client-version>
         <zipkin-reporter-version>2.12.1</zipkin-reporter-version>
-        <zipkin-version>2.19.3</zipkin-version>
+        <zipkin-version>2.20.0</zipkin-version>
         <zipkin-libthrift-version>0.13.0</zipkin-libthrift-version>
         <zjsonpatch-version>0.3.0</zjsonpatch-version>
         <zookeeper-version>3.4.14</zookeeper-version>