511812: upgrade HttpClient dependency to 4.5.2

Change-Id: I0095166c065819eb5eceb1f4fa6767166207c8a4
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511812
diff --git a/org.eclipse.mylyn.commons-target/mylyn-commons-e4.5.target b/org.eclipse.mylyn.commons-target/mylyn-commons-e4.5.target
index a5deae7..9b3149c 100644
--- a/org.eclipse.mylyn.commons-target/mylyn-commons-e4.5.target
+++ b/org.eclipse.mylyn.commons-target/mylyn-commons-e4.5.target
@@ -13,8 +13,8 @@
 <unit id="org.apache.commons.io" version="2.0.1.v201105210651"/>
 <unit id="org.apache.commons.lang" version="2.6.0.v201404270220"/>
 <unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
-<unit id="org.apache.httpcomponents.httpclient" version="4.2.6.v201311072007"/>
-<unit id="org.apache.httpcomponents.httpcore" version="4.2.5.v201311072007"/>
+<unit id="org.apache.httpcomponents.httpclient" version="4.5.2.v20170208-1614"/>
+<unit id="org.apache.httpcomponents.httpcore" version="4.4.4.v20161115-1643"/>
 <unit id="org.apache.ws.commons.util" version="1.0.1.v20100518-1140"/>
 <unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
 <unit id="org.apache.xml.resolver" version="1.2.0.v201005080400"/>
@@ -27,7 +27,7 @@
 <unit id="org.hamcrest.library" version="1.1.0.v20090501071000"/>
 <unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
 <unit id="org.mockito" version="1.8.4.v201303031500"/>
-<unit id="org.objenesis" version="1.0.0.v201105211943"/>
+<unit id="org.objenesis" version="1.0.0.v201505121915"/>
 <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/I20170209194730/repository/"/>
 </location>
 <location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
diff --git a/org.eclipse.mylyn.commons.repositories.http.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.repositories.http.core/META-INF/MANIFEST.MF
index 6498c61..bccb38c 100644
--- a/org.eclipse.mylyn.commons.repositories.http.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.repositories.http.core/META-INF/MANIFEST.MF
@@ -15,21 +15,21 @@
  org.eclipse.mylyn.internal.commons.repositories.http.core;x-internal:=true
 Bundle-Localization: plugin
 Import-Package: org.apache.commons.logging;version="[1.0.4,2.0.0)",
- org.apache.http;version="4.2.5",
- org.apache.http.message;version="4.2.5",
- org.apache.http.params;version="4.2.5",
- org.apache.http.protocol;version="4.2.5",
- org.apache.http.util;version="4.2.5", 
- org.apache.http.impl;version="4.2.5",
- org.apache.http.auth;version="4.2.6",
- org.apache.http.auth.params;version="4.2.6",
- org.apache.http.client;version="4.2.6",
- org.apache.http.client.methods;version="4.2.6",
- org.apache.http.client.params;version="4.2.6",
- org.apache.http.client.protocol;version="4.2.6",
- org.apache.http.conn;version="4.2.6",
- org.apache.http.conn.params;version="4.2.6",
- org.apache.http.conn.scheme;version="4.2.6",
- org.apache.http.impl.auth;version="4.2.6",
- org.apache.http.impl.conn.tsccm;version="4.2.6",
- org.apache.http.impl.client;version="4.2.6"
+ org.apache.http;version="[4.4.4,4.5.0)",
+ org.apache.http.message;version="[4.4.4,4.5.0)",
+ org.apache.http.params;version="[4.4.4,4.5.0)",
+ org.apache.http.protocol;version="[4.4.4,4.5.0)",
+ org.apache.http.util;version="[4.4.4,4.5.0)", 
+ org.apache.http.impl;version="[4.4.4,4.5.0)",
+ org.apache.http.auth;version="[4.5.2,4.6.0)",
+ org.apache.http.auth.params;version="[4.5.2,4.6.0)",
+ org.apache.http.client;version="[4.5.2,4.6.0)",
+ org.apache.http.client.methods;version="[4.5.2,4.6.0)",
+ org.apache.http.client.params;version="[4.5.2,4.6.0)",
+ org.apache.http.client.protocol;version="[4.5.2,4.6.0)",
+ org.apache.http.conn;version="[4.5.2,4.6.0)",
+ org.apache.http.conn.params;version="[4.5.2,4.6.0)",
+ org.apache.http.conn.scheme;version="[4.5.2,4.6.0)",
+ org.apache.http.impl.auth;version="[4.5.2,4.6.0)",
+ org.apache.http.impl.conn.tsccm;version="[4.5.2,4.6.0)",
+ org.apache.http.impl.client;version="[4.5.2,4.6.0)"
diff --git a/org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF
index 244cded..b636ed2 100644
--- a/org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF
@@ -14,21 +14,21 @@
 Export-Package: org.eclipse.mylyn.commons.repositories.http.tests;x-internal:=true
 Bundle-Vendor: Eclipse Mylyn
 Import-Package: org.apache.commons.logging;version="[1.0.4,2.0.0)",
- org.apache.http;version="4.2.5",
- org.apache.http.message;version="4.2.5",
- org.apache.http.params;version="4.2.5",
- org.apache.http.protocol;version="4.2.5",
- org.apache.http.util;version="4.2.5", 
- org.apache.http.impl;version="4.2.5",
- org.apache.http.auth;version="4.2.6",
- org.apache.http.auth.params;version="4.2.6",
- org.apache.http.client;version="4.2.6",
- org.apache.http.client.methods;version="4.2.6",
- org.apache.http.client.params;version="4.2.6",
- org.apache.http.client.protocol;version="4.2.6",
- org.apache.http.conn;version="4.2.6",
- org.apache.http.conn.params;version="4.2.6",
- org.apache.http.conn.scheme;version="4.2.6",
- org.apache.http.impl.auth;version="4.2.6",
- org.apache.http.impl.conn.tsccm;version="4.2.6",
- org.apache.http.impl.client;version="4.2.6"
+ org.apache.http;version="[4.4.4,4.5.0)",
+ org.apache.http.message;version="[4.4.4,4.5.0)",
+ org.apache.http.params;version="[4.4.4,4.5.0)",
+ org.apache.http.protocol;version="[4.4.4,4.5.0)",
+ org.apache.http.util;version="[4.4.4,4.5.0)", 
+ org.apache.http.impl;version="[4.4.4,4.5.0)",
+ org.apache.http.auth;version="[4.5.2,4.6.0)",
+ org.apache.http.auth.params;version="[4.5.2,4.6.0)",
+ org.apache.http.client;version="[4.5.2,4.6.0)",
+ org.apache.http.client.methods;version="[4.5.2,4.6.0)",
+ org.apache.http.client.params;version="[4.5.2,4.6.0)",
+ org.apache.http.client.protocol;version="[4.5.2,4.6.0)",
+ org.apache.http.conn;version="[4.5.2,4.6.0)",
+ org.apache.http.conn.params;version="[4.5.2,4.6.0)",
+ org.apache.http.conn.scheme;version="[4.5.2,4.6.0)",
+ org.apache.http.impl.auth;version="[4.5.2,4.6.0)",
+ org.apache.http.impl.conn.tsccm;version="[4.5.2,4.6.0)",
+ org.apache.http.impl.client;version="[4.5.2,4.6.0)"
diff --git a/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.4.target b/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.4.target
index 91cb507..8d71f16 100644
--- a/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.4.target
+++ b/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.4.target
@@ -20,7 +20,7 @@
 <unit id="com.google.gerrit.prettify" version="2.1.5.v201112241444"/>
 <unit id="com.google.gerrit.reviewdb" version="2.1.5.v201112241444"/>
 <unit id="com.google.gson" version="2.2.4.v201311231704"/>
-<unit id="com.google.guava" version="15.0.0.v201403281430"/>
+<unit id="com.google.guava" version="21.0.0.v20170206-1425"/>
 <unit id="com.google.gwt.servlet" version="2.1.0.v201111291940"/>
 <unit id="com.google.gwtjsonrpc" version="1.2.5.v201112241444"/>
 <unit id="com.google.gwtorm" version="1.1.4.v201112241444"/>
@@ -42,8 +42,8 @@
 <unit id="org.apache.commons.io" version="2.0.1.v201105210651"/>
 <unit id="org.apache.commons.lang" version="2.6.0.v201404270220"/>
 <unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
-<unit id="org.apache.httpcomponents.httpclient" version="4.2.6.v201311072007"/>
-<unit id="org.apache.httpcomponents.httpcore" version="4.2.5.v201311072007"/>
+<unit id="org.apache.httpcomponents.httpclient" version="4.5.2.v20170208-1614"/>
+<unit id="org.apache.httpcomponents.httpcore" version="4.4.4.v20161115-1643"/>
 <unit id="org.apache.lucene.core" version="3.5.0.v20120725-1805"/>
 <unit id="org.apache.tika.core" version="1.3.0.v201304160510"/>
 <unit id="org.apache.tika.parsers" version="1.3.0"/>
@@ -55,7 +55,7 @@
 <unit id="org.jdom" version="1.1.1.v201101151400"/>
 <unit id="org.jsoup" version="1.7.2.v201304221138"/>
 <unit id="org.mockito" version="1.8.4.v201303031500"/>
-<unit id="org.objenesis" version="1.0.0.v201105211943"/>
+<unit id="org.objenesis" version="1.0.0.v201505121915"/>
 <unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
 <unit id="org.hamcrest.core" version="1.3.0.v201303031735"/>
 <unit id="org.hamcrest.generator" version="1.3.0.v201305210900"/>
@@ -66,7 +66,7 @@
 <unit id="org.hamcrest.core" version="1.1.0.v20090501071000"/>
 <unit id="org.hamcrest.library" version="1.1.0.v20090501071000"/>
 <unit id="org.hamcrest.generator" version="1.1.0.v20090501071000"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/I20170209194730/repository/"/>
 </location>
 <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
 <unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
diff --git a/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.5.target b/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.5.target
index 28f42bb..33409a6 100644
--- a/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.5.target
+++ b/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.5.target
@@ -19,7 +19,7 @@
 <unit id="com.google.gerrit.prettify" version="2.1.5.v201112241444"/>
 <unit id="com.google.gerrit.reviewdb" version="2.1.5.v201112241444"/>
 <unit id="com.google.gson" version="2.2.4.v201311231704"/>
-<unit id="com.google.guava" version="15.0.0.v201403281430"/>
+<unit id="com.google.guava" version="21.0.0.v20170206-1425"/>
 <unit id="com.google.gwt.servlet" version="2.1.0.v201111291940"/>
 <unit id="com.google.gwtjsonrpc" version="1.2.5.v201112241444"/>
 <unit id="com.google.gwtorm" version="1.1.4.v201112241444"/>
@@ -40,8 +40,8 @@
 <unit id="org.apache.commons.io" version="2.0.1.v201105210651"/>
 <unit id="org.apache.commons.lang" version="2.6.0.v201404270220"/>
 <unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
-<unit id="org.apache.httpcomponents.httpclient" version="4.2.6.v201311072007"/>
-<unit id="org.apache.httpcomponents.httpcore" version="4.2.5.v201311072007"/>
+<unit id="org.apache.httpcomponents.httpclient" version="4.5.2.v20170208-1614"/>
+<unit id="org.apache.httpcomponents.httpcore" version="4.4.4.v20161115-1643"/>
 <unit id="org.apache.lucene.core" version="3.5.0.v20120725-1805"/>
 <unit id="org.apache.tika.core" version="1.3.0.v201304160510"/>
 <unit id="org.apache.tika.parsers" version="1.3.0"/>
@@ -53,7 +53,7 @@
 <unit id="org.jdom" version="1.1.1.v201101151400"/>
 <unit id="org.jsoup" version="1.7.2.v201411291515"/>
 <unit id="org.mockito" version="1.8.4.v201303031500"/>
-<unit id="org.objenesis" version="1.0.0.v201105211943"/>
+<unit id="org.objenesis" version="1.0.0.v201505121915"/>
 <unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
 <unit id="org.hamcrest.core" version="1.3.0.v201303031735"/>
 <unit id="org.hamcrest.generator" version="1.3.0.v201305210900"/>
@@ -64,7 +64,7 @@
 <unit id="org.hamcrest.core" version="1.1.0.v20090501071000"/>
 <unit id="org.hamcrest.library" version="1.1.0.v20090501071000"/>
 <unit id="org.hamcrest.generator" version="1.1.0.v20090501071000"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20150316021154/repository/"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/I20170209194730/repository/"/>
 </location>
 <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
 <unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
diff --git a/org.eclipse.mylyn.development/Work/mylyn-work-e4.4.target b/org.eclipse.mylyn.development/Work/mylyn-work-e4.4.target
index dde9d48..47ab167 100644
--- a/org.eclipse.mylyn.development/Work/mylyn-work-e4.4.target
+++ b/org.eclipse.mylyn.development/Work/mylyn-work-e4.4.target
@@ -34,8 +34,8 @@
 <unit id="org.apache.commons.io" version="2.0.1.v201105210651"/>
 <unit id="org.apache.commons.lang" version="2.6.0.v201205030909"/>
 <unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
-<unit id="org.apache.httpcomponents.httpclient" version="4.2.6.v201311072007"/>
-<unit id="org.apache.httpcomponents.httpcore" version="4.2.5.v201311072007"/>
+<unit id="org.apache.httpcomponents.httpclient" version="4.5.2.v20170208-1614"/>
+<unit id="org.apache.httpcomponents.httpcore" version="4.4.4.v20161115-1643"/>
 <unit id="org.apache.lucene.core" version="3.5.0.v20120725-1805"/>
 <unit id="org.apache.ws.commons.util" version="1.0.1.v20100518-1140"/>
 <unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
@@ -45,7 +45,7 @@
 <unit id="org.jdom" version="1.1.1.v201101151400"/>
 <unit id="org.jsoup" version="1.7.2.v201304221138"/>
 <unit id="org.mockito" version="1.8.4.v201303031500"/>
-<unit id="org.objenesis" version="1.0.0.v201105211943"/>
+<unit id="org.objenesis" version="1.0.0.v201505121915"/>
 <unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
 <unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
 <unit id="org.hamcrest.core" version="1.3.0.v201303031735"/>
@@ -57,7 +57,7 @@
 <unit id="org.hamcrest.core" version="1.1.0.v20090501071000"/>
 <unit id="org.hamcrest.library" version="1.1.0.v20090501071000"/>
 <unit id="org.hamcrest.generator" version="1.1.0.v20090501071000"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20131206110810/repository/"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/I20170209194730/repository/"/>
 </location>
 <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
 <unit id="org.eclipse.emf.common.feature.group" version="0.0.0"/>