Bump Guava to 19.0

This commit is contained in:
Carl Mastrangelo 2016-02-23 15:51:20 -08:00
parent 06e3ef5945
commit a959126fb3
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ subprojects {
epoll_suffix = ":" + osdetector.classifier
}
libraries = [
guava: 'com.google.guava:guava:18.0',
guava: 'com.google.guava:guava:19.0',
// used to collect benchmark results
hdrhistogram: 'org.hdrhistogram:HdrHistogram:2.1.4',
hpack: 'com.twitter:hpack:0.10.1',