Upgrading HTTP/2 hpack to latest version

Motivation:

Twitter hpack has upgraded to 0.10.1 to fix a parsing bug.

Modifications:

Updated the parent pom to specify the dependency version.

Result:

HTTP/2 updated to the latest hpack release.
This commit is contained in:
Jeff Pinner 2015-02-23 21:02:02 -08:00 committed by Norman Maurer
parent c90137f1c4
commit dc8c7fc14a

View File

@ -543,7 +543,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>hpack</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.npn</groupId>