Update twitter hpack version

Motivation:
https://github.com/twitter/hpack released version v1.0.1.

Modifications:
- Update pom files to pull in new version

Results:
Depend on the most recent hpack library.
This commit is contained in:
Scott Mitchell 2015-09-09 10:05:15 -07:00
parent ba11879c9f
commit b66b38d3e4

View File

@ -662,7 +662,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>hpack</artifactId>
<version>0.11.0</version>
<version>v1.0.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.npn</groupId>