From d413cf3266aa38b3a9c5bf37ce30c3de68b3ad55 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 20 Mar 2018 16:38:15 -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: I438214d7ee866dd95ffb6bcbc47999b95f200bec Issue-ID: SO-507 Signed-off-by: Rob Daugherty --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 71c486f..de300f9 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,18 @@ + + org.apache.httpcomponents + httpclient + 4.5.5 + compile + + + org.apache.httpcomponents + httpcore + 4.4.4 + compile + junit junit -- cgit 1.2.3-korg