File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ It has fairly good JavaScript support (which is constantly improving) and is abl
4848HtmlUnit is typically used for testing purposes or to retrieve information from web sites.
4949
5050
51-
5251#### Version 5
5352
5453Work on HtmlUnit 5.0 has started. This new major version will require ** JDK 17 or higher** .
Original file line number Diff line number Diff line change 3939
4040 <htmlunitcsp .version>5.0.0-SNAPSHOT</htmlunitcsp .version>
4141 <htmlunitcssparser .version>5.0.0-SNAPSHOT</htmlunitcssparser .version>
42- <htmlunitcorejs .version>4.21.0 </htmlunitcorejs .version>
42+ <htmlunitcorejs .version>5.0.0-SNAPSHOT </htmlunitcorejs .version>
4343 <htmlunitneko .version>5.0.0-SNAPSHOT</htmlunitneko .version>
4444 <htmlunitwebsocketclient .version>4.21.0</htmlunitwebsocketclient .version>
4545 <htmlunitxpath .version>5.0.0-SNAPSHOT</htmlunitxpath .version>
Original file line number Diff line number Diff line change 2222 requires java .xml ;
2323 requires jdk .xml .dom ;
2424
25- requires htmlunit .core .js ;
2625 requires htmlunit .websocket .client ;
2726
2827 requires org .htmlunit .cssparser ;
28+ requires org .htmlunit .corejs ;
2929 requires org .htmlunit .csp ;
3030 requires org .htmlunit .cyberneko ;
3131 requires org .htmlunit .xpath ;
You can’t perform that action at this time.
0 commit comments