Skip to content

Commit

Permalink
Updates to Zipkin 1.8.4
Browse files Browse the repository at this point in the history
Luckily, someone reported a bug where if unprintable characters were in
the json, the UI would hose. This version fixes that.
  • Loading branch information
Adrian Cole committed Sep 5, 2016
1 parent 20d2144 commit 3b4e70e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spring-cloud-sleuth-dependencies/pom.xml
Expand Up @@ -16,7 +16,7 @@
<properties>
<spring-cloud-netflix.version>1.2.0.BUILD-SNAPSHOT</spring-cloud-netflix.version>
<aspectj.version>1.8.4</aspectj.version>
<zipkin.version>1.8.2</zipkin.version>
<zipkin.version>1.8.4</zipkin.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-sleuth-samples/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 3b4e70e

Please sign in to comment.