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/09 08:21:11 UTC

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

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 064f2c3  Upgrade Zipkin to version 2.20.1
064f2c3 is described below

commit 064f2c359b4554b4ff2f8ee390d0d3f14b989327
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 9 09:13:20 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 1c15ea7..f7dd83c 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.0</zipkin-version>
+        <zipkin-version>2.20.1</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>