From 416c49b667bb1c1cf3a9cdd40d694c83860c55e0 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 16 Nov 2020 17:57:53 +0100 Subject: [PATCH] Update 'pom.xml' restored common-httpclient. upgrade httpclient and httpcore to 4.2.5 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9884761..6c26ce1 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.1 + 4.2.5 compile org.apache.httpcomponents httpcore - 4.2.1 + 4.2.5 junit