Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update HdrHistogram from 2.1.7 to 2.1.9
  • Loading branch information
Matt Jacobs committed Aug 3, 2016
commit 6a2cf000ba5ed9d6f3fcabf49ede03b9b9a8992d
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.5'
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