Skip to content

Commit

Permalink
Merge pull request Netflix#1309 from mattrjacobs/update-hdr-histogram
Browse files Browse the repository at this point in the history
Update HdrHistogram from 2.1.7 to 2.1.9
  • Loading branch information
mattrjacobs authored Aug 4, 2016
2 parents 402f1ac + 6a2cf00 commit 951c66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hystrix-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
compile 'com.netflix.archaius:archaius-core:0.4.1'
compile 'io.reactivex:rxjava:1.1.8'
compile 'org.slf4j:slf4j-api:1.7.0'
compile 'org.hdrhistogram:HdrHistogram:2.1.7'
compile 'org.hdrhistogram:HdrHistogram:2.1.9'
testCompile 'junit:junit-dep:4.10'
testCompile project(':hystrix-junit')
}
Expand Down

0 comments on commit 951c66f

Please sign in to comment.