You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/01/23 17:11:04 UTC

[knox] 01/02: KNOX-1746 - Upgrade httpcore to 4.4.11

This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit 5bde1fe7affde09d2bb8b4e25c766883733de3f8
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Wed Jan 23 10:50:04 2019 -0500

    KNOX-1746 - Upgrade httpcore to 4.4.11
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5565b1a..648cfb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
         <hamcrest.version>2.1</hamcrest.version>
         <hamcrest-json.version>0.2</hamcrest-json.version>
         <httpclient.version>4.5.6</httpclient.version>
-        <httpcore.version>4.4.10</httpcore.version>
+        <httpcore.version>4.4.11</httpcore.version>
         <jackson.version>2.9.8</jackson.version>
         <jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version>
         <jansi.version>1.17.1</jansi.version>