From 95a0f8e93670633841fdf40b691b8d8293a0b656 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 16 Nov 2020 11:31:59 +0100 Subject: [PATCH] Update 'pom.xml' removed commons-httpclient upgrade httpclient to version 4.4.1 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 6c26ce1..c332e6b 100644 --- a/pom.xml +++ b/pom.xml @@ -112,11 +112,11 @@ commons-codec 1.5 - + commons-io commons-io @@ -131,13 +131,13 @@ org.apache.httpcomponents httpclient - 4.2.5 + 4.4.1 compile org.apache.httpcomponents httpcore - 4.2.5 + 4.4.1 junit