Skip to content

Commit eeecc29

Browse files
committed
Upgrading HtmlUnit to 2.20
1 parent 13510db commit eeecc29

28 files changed

Lines changed: 28 additions & 28 deletions

.idea/libraries/cssparser.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/htmlunit.xml

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

java/client/.classpath

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
88
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
99
<classpathentry kind="lib" path="/third-party/java/guava/guava-19.0.jar" sourcepath="/third-party/java/guava/guava-19.0-sources.jar"/>
10-
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.18.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.18-sources.jar"/>
11-
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.17.jar"/>
12-
<classpathentry kind="lib" path="/third-party/java/htmlunit/selenium-htmlunit-driver-2.52.0.jar"/>
10+
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.20.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.20-sources.jar"/>
11+
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.17.jar" />
12+
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-driver-2.20.0-SNAPSHOT.jar"/>
1313
<classpathentry kind="lib" path="/third-party/java/jna/jna-4.1.0.jar" sourcepath="/third-party/java/jna/jna-4.1.0-src.jar"/>
1414
<classpathentry kind="lib" path="/third-party/java/jna/jna-platform-4.1.0.jar" sourcepath="/third-party/java/jna/jna-platform-4.1.0-src.jar"/>
1515
<classpathentry kind="lib" path="/third-party/java/commons-exec/commons-exec-1.3.jar" sourcepath="/third-party/java/commons-exec/commons-exec-1.3-sources.jar"/>
@@ -26,7 +26,7 @@
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"/>
2727
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpmime-4.5.jar" sourcepath="/third-party/java/httpcomponents/httpmime-4.5-sources.jar"/>
2828
<classpathentry kind="lib" path="/third-party/java/commons-collections/commons-collections-3.2.1.jar" sourcepath="/third-party/java/commons-collections/commons-collections-3.2.1-sources.jar"/>
29-
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.16.jar"/>
29+
<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"/>
3131
<classpathentry kind="lib" path="/third-party/java/xalan/xalan-2.7.2.jar"/>
3232
<classpathentry kind="lib" path="/third-party/java/commons-fileupload/commons-fileupload-1.2.2.jar" sourcepath="/third-party/java/commons-fileupload/commons-fileupload-1.2.2-src.jar"/>

third_party/java/cssparser/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
prebuilt_jar(name = 'cssparser',
2-
binary_jar = 'cssparser-0.9.16.jar',
3-
source_jar = 'cssparser-0.9.16-sources.jar',
2+
binary_jar = 'cssparser-0.9.18.jar',
3+
source_jar = 'cssparser-0.9.18-sources.jar',
44
deps = [
55
'//third_party/java/css:sac',
66
],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
java_library(name = "cssparser",
22
deps = [
3-
"cssparser-0.9.16.jar",
3+
"cssparser-0.9.18.jar",
44
"//third_party/java/css:sac"
55
])
-238 KB
Binary file not shown.
-371 KB
Binary file not shown.
242 KB
Binary file not shown.
364 KB
Binary file not shown.

third_party/java/htmlunit/BUCK

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
prebuilt_jar(name = 'htmlunit-driver',
2-
binary_jar = 'selenium-htmlunit-driver-2.52.0.jar',
2+
binary_jar = 'htmlunit-driver-2.20.0-SNAPSHOT.jar',
33
deps = [
44
':htmlunit',
55
],
66
visibility = ['PUBLIC'],
77
)
88

99
prebuilt_jar(name = 'htmlunit',
10-
binary_jar = 'htmlunit-2.18.jar',
11-
source_jar = 'htmlunit-2.18-sources.jar',
10+
binary_jar = 'htmlunit-2.20.jar',
11+
source_jar = 'htmlunit-2.20-sources.jar',
1212
deps = [
1313
':js-core',
1414
'//third_party/java/httpcomponents:httpclient',

0 commit comments

Comments
 (0)