Updates to Zipkin 1.8.4 (#392)

Luckily, someone reported a bug where if unprintable characters were in
the json, the UI would hose. This version fixes that.
This commit is contained in:
Adrian Cole
2016-09-06 11:52:47 +08:00
committed by GitHub
parent 20d2144305
commit 6c8cfd527c
2 changed files with 3 additions and 3 deletions

View File

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