Skip to content

Commit

Permalink
Update zipkin and assertj library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmunroe committed Aug 19, 2016
1 parent 29c7ed4 commit 06bbfac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ javadocJar.enabled = false
ext {
slf4jVersion = '1.7.7'
servletApiVersion = '3.1.0'
zipkinVersion = '1.5.1'
zipkinVersion = '1.7.0'

junitVersion = '4.11'
mockitoVersion = '1.9.5'
logbackVersion = '1.1.2'
jacksonVersion = '2.4.2'
assertJVersion = '2.2.0'
assertJVersion = '2.5.0'
junitDataproviderVersion = '1.10.1'

// JACOCO PROPERTIES
Expand Down

0 comments on commit 06bbfac

Please sign in to comment.