You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/05/11 10:26:33 UTC

[servicecomb-java-chassis] branch master updated: Bump zipkin.version from 2.19.1 to 2.23.16 (#2860)

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e67e26d4 Bump zipkin.version from 2.19.1 to 2.23.16 (#2860)
3e67e26d4 is described below

commit 3e67e26d47a8cae00a389021502909de9deb9807
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed May 11 18:26:28 2022 +0800

    Bump zipkin.version from 2.19.1 to 2.23.16 (#2860)
---
 dependencies/default/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index cdfe27ad4..96692396e 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -108,7 +108,7 @@
     <tcnetty.version>2.0.48.Final</tcnetty.version>
     <tomakehurst.version>2.6.0</tomakehurst.version>
     <vertx.version>4.2.7</vertx.version>
-    <zipkin.version>2.19.1</zipkin.version>
+    <zipkin.version>2.23.16</zipkin.version>
     <zipkin-reporter.version>2.7.13</zipkin-reporter.version>
     <!-- Base dir of main -->
     <main.basedir>${basedir}/../..</main.basedir>