diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-03 11:04:41 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-13 01:08:23 +0100 |
commit | e1fb47bd554ac3abcd10164bd234ad91d4654b4a (patch) | |
tree | ff81168d3b7c7d5055a93a280647bd5bc2206862 /pom.xml | |
parent | 2edf66bdd7440f9222e9ca7fcd65dcce56c655bc (diff) | |
download | jgit-e1fb47bd554ac3abcd10164bd234ad91d4654b4a.tar.gz 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.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |