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/14 15:51:36 UTC

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

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 29631d1  Upgrade Zipkin to version 2.20.2
29631d1 is described below

commit 29631d17788a76f8c45c4a02bba4b4ce1896c797
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Mar 14 16:50:50 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 195245c..fb79e26 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -693,7 +693,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.20.1</zipkin-version>
+        <zipkin-version>2.20.2</zipkin-version>
         <zipkin-libthrift-version>0.13.0</zipkin-libthrift-version>
         <zjsonpatch-version>0.3.0</zjsonpatch-version>
         <zookeeper-version>3.5.7</zookeeper-version>