Skip to content

Commit 2741c91

Browse files
panbingkunHyukjinKwon
authored andcommitted
[SPARK-39662][BUILD] Upgrade HtmlUnit and its related artifacts from 2.50.0 to 2.62.0
### What changes were proposed in this pull request? This PR upgrades HtmlUnit and its related artifacts from 2.50.0 to 2.62.0. The last upgrade occurred 1 year and 1 month ago. #32789 ### Why are the changes needed? We currently uses 2.50 but 2.51+ seem to include bunch of bug fixes and improvements especially for JavaScript and CSS. Especially with the browser(Chrome/Edge/Firefox ) upgrade in the past year. release notes: https://htmlunit.sourceforge.io/changes-report.html#a2.62.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? All the UISeleniumSuite which use HtmlUnit pass. Closes #37059 from panbingkun/upgrade-htmlunit. Authored-by: panbingkun <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent 778774e commit 2741c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<antlr4.version>4.8</antlr4.version>
199199
<jpam.version>1.1</jpam.version>
200200
<selenium.version>3.141.59</selenium.version>
201-
<htmlunit.version>2.50.0</htmlunit.version>
201+
<htmlunit.version>2.62.0</htmlunit.version>
202202
<maven-antrun.version>1.8</maven-antrun.version>
203203
<commons-crypto.version>1.1.0</commons-crypto.version>
204204
<commons-cli.version>1.5.0</commons-cli.version>

0 commit comments

Comments
 (0)