Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-12-03 10:04:41 +0000
committerMatthias Sohn2017-12-13 00:08:23 +0000
commite1fb47bd554ac3abcd10164bd234ad91d4654b4a (patch)
treeff81168d3b7c7d5055a93a280647bd5bc2206862 /pom.xml
parent2edf66bdd7440f9222e9ca7fcd65dcce56c655bc (diff)
downloadjgit-e1fb47bd554ac3abcd10164bd234ad91d4654b4a.tar.gz
jgit-e1fb47bd554ac3abcd10164bd234ad91d4654b4a.tar.xz
jgit-e1fb47bd554ac3abcd10164bd234ad91d4654b4a.zip
Update Apache httpclient to 4.5.2 and httpcore to 4.4.6
CQ: 15051 CQ: 15052 Change-Id: I532cd73253601ce1d2926850af2519aae6744a9c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4b7b37c1b0..afa68a6293 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,8 @@
<servlet-api-version>3.1.0</servlet-api-version>
<jetty-version>9.4.8.v20171121</jetty-version>
<japicmp-version>0.10.0</japicmp-version>
- <httpclient-version>4.3.6</httpclient-version>
+ <httpclient-version>4.5.2</httpclient-version>
+ <httpcore-version>4.4.6</httpcore-version>
<slf4j-version>1.7.2</slf4j-version>
<log4j-version>1.2.15</log4j-version>
<maven-javadoc-plugin-version>2.10.4</maven-javadoc-plugin-version>
@@ -655,6 +656,12 @@
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ <version>${httpcore-version}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j-version}</version>

Back to the top