Upgrade com.twitter.hpack to v0.10.1

This commit is contained in:
Jeff Pinner 2015-02-25 10:17:23 -08:00
parent 488f8a9989
commit b1cc7cc09d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ subprojects {
guava: 'com.google.guava:guava:18.0',
// used to collect benchmark results
hdrhistogram: 'org.hdrhistogram:HdrHistogram:2.1.4',
hpack: 'com.twitter:hpack:0.9.1',
hpack: 'com.twitter:hpack:0.10.1',
javaee_api: 'javax:javaee-api:7.0',
jsonp: 'org.glassfish:javax.json:1.0.4',
jsr305: 'com.google.code.findbugs:jsr305:3.0.0',