From 4f4b3d7e48027fc7b9a973f4229eed2ee1b023f5 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 20 Mar 2018 16:09:36 -0400 Subject: NexusIQ security violation - httpclient Violation in: org.apache-httpcomponents : httpclient : 4.4.1, 4.3.1, 4.3.3, 4.5, 4.5.2 Fix: Upgrade httpclient to 4.5.5 and httpcore to 4.4.4 Change-Id: Ie31b853102eb2a4fc7fc16441a2a1c18a2b7fa35 Issue-ID: SO-507 Signed-off-by: Rob Daugherty --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 263a632365..0ca48368b2 100644 --- a/pom.xml +++ b/pom.xml @@ -549,7 +549,7 @@ org.apache.httpcomponents httpcore - 4.4.1 + 4.4.4 compile -- cgit 1.2.3-korg