From d43b32947a42a33c5a9f35a50018f8a2e2e831bb Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 23 Sep 2019 07:41:17 -0400 Subject: [PATCH] REOC-61 due to security warning, we upgrade httpclient version --- build.gradle | 8 ++++---- pom.xml | 46 +++++++++++++++++++++++++++++++++++----------- 2 files changed, 39 insertions(+), 15 deletions(-) diff --git a/build.gradle b/build.gradle index 77a86d8..7fb3067 100644 --- a/build.gradle +++ b/build.gradle @@ -30,14 +30,14 @@ configurations { dependencies { compile group: 'log4j', name: 'log4j', version: '1.2.9' + // APACHE compile group: 'commons-logging', name: 'commons-logging', version: '1.1.1' - compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9' compile group: 'commons-io', name: 'commons-io', version: '2.6' - - compile group: 'commons-codec', name: 'commons-codec', version: '1.3' - compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.1.1' + compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9' + compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.6' + // GOOGLE compile group: 'com.google.guava', name: 'guava', version: '28.1-jre' // XML diff --git a/pom.xml b/pom.xml index 4115e4d..28239fd 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,18 @@ REoC RETS Client http://maven.apache.org + + + 1.8 + UTF-8 + UTF-8 + + + 2.8.1 + + + + local @@ -23,6 +35,18 @@ + + + org.apache.commons + commons-lang3 + 3.9 + + + org.apache.httpcomponents + httpclient + 4.5.6 + + org.dom4j dom4j @@ -43,12 +67,7 @@ 1.2.9 false - - commons-lang - commons-lang - 2.4 - false - + commons-codec commons-codec @@ -64,11 +83,7 @@ guava 28.1-jre - - org.apache.httpcomponents - httpclient - 4.1.1 - + @@ -84,6 +99,15 @@ + + maven-compiler-plugin + 3.8.1 + + ${java.version} + ${java.version} + + + maven-assembly-plugin