Skip to content

Commit f9347cd

Browse files
committed
Java: Upgrading httpcomponents
1 parent 4e277f1 commit f9347cd

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
lines changed

.idea/libraries/commons_httpclient.xml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/client/.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
<classpathentry kind="lib" path="/third-party/java/cglib/cglib-nodep-2.1_3.jar"/>
1818
<classpathentry kind="lib" path="/third-party/java/servlet/javax.servlet-api-3.1.0.jar" sourcepath="/third-party/java/servlet/javax.servlet-api-3.1.0-sources.jar"/>
1919
<classpathentry kind="lib" path="/third-party/java/phantomjs-driver/phantomjsdriver-1.2.1.jar" sourcepath="/third-party/java/phantomjs-driver/phantomjsdriver-1.2.1-sources.jar"/>
20-
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.1.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.1-sources.jar"/>
21-
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.3.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.3-sources.jar"/>
20+
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.2.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.2-sources.jar"/>
21+
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.4.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.4-sources.jar"/>
2222
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
2323
<classpathentry kind="lib" path="/third-party/java/commons-io/commons-io-2.4.jar" sourcepath="/third-party/java/commons-io/commons-io-2.4-sources.jar"/>
2424
<classpathentry kind="lib" path="/third-party/java/commons-codec/commons-codec-1.10.jar" sourcepath="/third-party/java/commons-codec/commons-codec-1.10-sources.jar"/>
2525
<classpathentry kind="lib" path="/third-party/java/css/sac-1.3.jar"/>
2626
<classpathentry kind="lib" path="/third-party/java/commons/commons-lang3-3.4.jar" sourcepath="/third-party/java/commons/commons-lang3-3.4-sources.jar"/>
27-
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpmime-4.5.jar" sourcepath="/third-party/java/httpcomponents/httpmime-4.5-sources.jar"/>
27+
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpmime-4.5.2.jar" sourcepath="/third-party/java/httpcomponents/httpmime-4.5.2-sources.jar"/>
2828
<classpathentry kind="lib" path="/third-party/java/commons-collections/commons-collections-3.2.2.jar" sourcepath="/third-party/java/commons-collections/commons-collections-3.2.2-sources.jar"/>
2929
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.18.jar"/>
3030
<classpathentry kind="lib" path="/third-party/java/xerces/xercesImpl-2.11.0.jar" sourcepath="/third-party/java/xerces/xercesImpl-2.11.0-sources.jar"/>

java/server/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/client"/>
77
<classpathentry kind="lib" path="/third-party/java/gson/gson-2.3.1.jar"/>
88
<classpathentry kind="lib" path="/third-party/java/servlet/javax.servlet-api-3.1.0.jar" sourcepath="/third-party/java/servlet/javax.servlet-api-3.1.0-sources.jar"/>
9-
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.1.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.1-sources.jar"/>
10-
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.3.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.3-sources.jar"/>
9+
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.2.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.2-sources.jar"/>
10+
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.4.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.4-sources.jar"/>
1111
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
1212
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
1313
<classpathentry kind="lib" path="/third-party/java/junit/junit-4.12.jar" sourcepath="/third-party/java/junit/junit-4.12-sources.jar"/>

third_party/java/httpcomponents/BUCK

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ java_library(
1414

1515
prebuilt_jar(
1616
name = 'client',
17-
maven_coords = 'org.apache.httpcomponents:httpclient:jar:4.5.1',
18-
binary_jar = 'httpclient-4.5.1.jar',
19-
source_jar = 'httpclient-4.5.1-sources.jar',
17+
maven_coords = 'org.apache.httpcomponents:httpclient:jar:4.5.2',
18+
binary_jar = 'httpclient-4.5.2.jar',
19+
source_jar = 'httpclient-4.5.2-sources.jar',
2020
deps = [
2121
':core',
2222
'//third_party/java/commons-codec:commons-codec',
@@ -26,15 +26,15 @@ prebuilt_jar(
2626

2727
prebuilt_jar(
2828
name = 'core',
29-
maven_coords = 'org.apache.httpcomponents:httpcore:jar:4.4.3',
30-
binary_jar = 'httpcore-4.4.3.jar',
31-
source_jar = 'httpcore-4.4.3-sources.jar',
29+
maven_coords = 'org.apache.httpcomponents:httpcore:jar:4.4.4',
30+
binary_jar = 'httpcore-4.4.4.jar',
31+
source_jar = 'httpcore-4.4.4-sources.jar',
3232
)
3333

3434
prebuilt_jar(
3535
name = 'mime',
36-
maven_coords = 'org.apache.httpcomponents:httpmime:jar:4.5',
37-
binary_jar = 'httpmime-4.5.jar',
38-
source_jar = 'httpmime-4.5-sources.jar',
36+
maven_coords = 'org.apache.httpcomponents:httpmime:jar:4.5.2',
37+
binary_jar = 'httpmime-4.5.2.jar',
38+
source_jar = 'httpmime-4.5.2-sources.jar',
3939
)
4040

third_party/java/httpcomponents/build.desc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
java_library(name = "httpclient",
22
deps = [
3-
"httpclient-4.5.1.jar",
4-
"httpcore-4.4.3.jar",
5-
"httpmime-4.5.jar",
3+
"httpclient-4.5.2.jar",
4+
"httpcore-4.4.4.jar",
5+
"httpmime-4.5.2.jar",
66
"//third_party/java/apache-mime4j",
77
"//third_party/java/commons-codec",
88
"//third_party/java/commons-logging"

0 commit comments

Comments
 (0)