aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-08-17 00:20:04 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2018-08-17 00:26:00 +0200
commit63a3e415e78191d4aea96262467d630d4e64492c (patch)
tree5bea5f3c29e9835eedfa8746bef885ec6619bd7f /pom.xml
parent3aa2b8064c2f8d66e5c1a9e72014517ab4d4065a (diff)
downloadjgit-63a3e415e78191d4aea96262467d630d4e64492c.tar.gz
jgit-63a3e415e78191d4aea96262467d630d4e64492c.zip
Update apache httpcore and httpclient
Update - org.apache.httpcomponents.httpclient to 4.5.5.v20180409-1525 - org.apache.httpcomponents.httpcore to 4.4.9.v20180409-1525 CQ: 16959 CQ: 16960 Change-Id: I11f2979e1c39fe26421693a7c694e51c471326a0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 61869ff43f..37c22d67e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,8 +209,8 @@
<servlet-api-version>3.1.0</servlet-api-version>
<jetty-version>9.4.8.v20171121</jetty-version>
<japicmp-version>0.12.0</japicmp-version>
- <httpclient-version>4.5.2</httpclient-version>
- <httpcore-version>4.4.6</httpcore-version>
+ <httpclient-version>4.5.5</httpclient-version>
+ <httpcore-version>4.4.9</httpcore-version>
<slf4j-version>1.7.2</slf4j-version>
<log4j-version>1.2.15</log4j-version>
<maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>