From e809f97136f86413d4fce4d6e259a82aa174353e Mon Sep 17 00:00:00 2001 From: nmittler Date: Thu, 16 Oct 2014 08:50:45 -0700 Subject: [PATCH] Upgrading HTTP/2 hpack to latest version Motivation: Twitter hpack has upgraded to 0.9.1, we should upgrade to the latest. Modifications: Updated the parent pom to specify the dependency version. Updated the http2 pom to use the version specified by the parent. Result: HTTP/2 updated to the latest hpack release. --- codec-http2/pom.xml | 1 - pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/codec-http2/pom.xml b/codec-http2/pom.xml index 5f79e09c96..b3710b63f1 100644 --- a/codec-http2/pom.xml +++ b/codec-http2/pom.xml @@ -43,7 +43,6 @@ com.twitter hpack - 0.9.0 org.mockito diff --git a/pom.xml b/pom.xml index 9c8a2094f0..cd2d767695 100644 --- a/pom.xml +++ b/pom.xml @@ -462,6 +462,11 @@ + + com.twitter + hpack + 0.9.1 + org.eclipse.jetty.npn npn-api