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
c90137f1c4
commit
dc8c7fc14a
2
pom.xml
2
pom.xml
@ -543,7 +543,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twitter</groupId>
|
<groupId>com.twitter</groupId>
|
||||||
<artifactId>hpack</artifactId>
|
<artifactId>hpack</artifactId>
|
||||||
<version>0.10.0</version>
|
<version>0.10.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty.npn</groupId>
|
<groupId>org.eclipse.jetty.npn</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user