From 894af2764b5b37f9fcf21b232023cdcfb03106bf Mon Sep 17 00:00:00 2001 From: zhuzhe Date: Thu, 9 May 2019 10:30:47 +0800 Subject: [PATCH] upgrade denpendency --- jpress-commons/pom.xml | 10 ++++++++++ pom.xml | 28 +++++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/jpress-commons/pom.xml b/jpress-commons/pom.xml index 3843e7f43..0e0b8a1e6 100644 --- a/jpress-commons/pom.xml +++ b/jpress-commons/pom.xml @@ -30,6 +30,16 @@ aliyun-sdk-oss + + org.apache.httpcomponents + httpclient + + + + commons-codec + commons-codec + + javax.mail javax.mail-api diff --git a/pom.xml b/pom.xml index e7f940088..94509d96b 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,9 @@ 1.6.2 2.6 0.12.1 - 3.4.0 + 3.4.2 + 4.5.3 + 1.10 1.8 1.8 @@ -151,6 +153,30 @@ com.aliyun.oss aliyun-sdk-oss ${aliyunoss.version} + + + org.apache.httpcomponents + httpclient + + + + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + commons-codec + commons-codec + + + + + + commons-codec + commons-codec + ${commons-codec.version} -- Gitee