Updates to latest Zipkin 1.16.2 (#454)

Here are the features relevant to sleuth

* MySQL support of 128-bit group-by
* don't stack overflow on json write bug
* more forgiving of IPv4-mapped addresses in json
This commit is contained in:
Adrian Cole
2016-11-18 16:41:00 +08:00
committed by Adrian Cole
parent 78f6a43f79
commit b0c8f26d80
2 changed files with 4 additions and 4 deletions

View File

@@ -59,12 +59,12 @@
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin</artifactId>
<version>1.14.4</version>
<version>1.16.2</version>
</dependency>
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-server</artifactId>
<version>1.14.4</version>
<version>1.16.2</version>
</dependency>
</dependencies>
</dependencyManagement>