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:
parent
5bb1377072
commit
29f2917404
10
pom.xml
10
pom.xml
@ -538,6 +538,11 @@
|
||||
</dependency>
|
||||
|
||||
<!-- SPDY and HTTP/2 - completely optional -->
|
||||
<dependency>
|
||||
<groupId>com.twitter</groupId>
|
||||
<artifactId>hpack</artifactId>
|
||||
<version>0.10.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.npn</groupId>
|
||||
<artifactId>npn-api</artifactId>
|
||||
@ -558,11 +563,6 @@
|
||||
<artifactId>alpn-boot</artifactId>
|
||||
<version>${jetty.alpn.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.twitter</groupId>
|
||||
<artifactId>hpack</artifactId>
|
||||
<version>0.10.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Google Protocol Buffers - completely optional -->
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user