From b66b38d3e417324e4eae965795b94976baa9eb11 Mon Sep 17 00:00:00 2001 From: Scott Mitchell Date: Wed, 9 Sep 2015 10:05:15 -0700 Subject: [PATCH] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 131a264272..b4095cc0fd 100644 --- a/pom.xml +++ b/pom.xml @@ -662,7 +662,7 @@ com.twitter hpack - 0.11.0 + v1.0.1 org.eclipse.jetty.npn