Skip to content

Commit

Permalink
4.x feat/upgrade zipkin (#545)
Browse files Browse the repository at this point in the history
* Upgrade sofa-common-tools version to 2.1.1

Signed-off-by: JermaineHua <[email protected]>

* Upgrade zipkin version

Signed-off-by: JermaineHua <[email protected]>

---------

Signed-off-by: JermaineHua <[email protected]>
  • Loading branch information
CrazyHZM authored Sep 26, 2024
1 parent b03b3ed commit 95a67a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sofa-tracer-plugins/sofa-tracer-zipkin-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
<dependency>
<groupId>io.zipkin.zipkin2</groupId>
<artifactId>zipkin</artifactId>
<version>2.11.12</version>
<version>2.23.2</version>
</dependency>
<dependency>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter</artifactId>
<version>3.4.0</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-sender-okhttp3</artifactId>
<version>2.7.15</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>com.alipay.sofa</groupId>
Expand Down

0 comments on commit 95a67a9

Please sign in to comment.