Skip to content

Commit 93b1949

Browse files
committed
corejs 5.0.0-SNAPSHOT
1 parent 3f77ed0 commit 93b1949

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ It has fairly good JavaScript support (which is constantly improving) and is abl
4848
HtmlUnit is typically used for testing purposes or to retrieve information from web sites.
4949

5050

51-
5251
#### Version 5
5352

5453
Work on HtmlUnit 5.0 has started. This new major version will require **JDK 17 or higher**.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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>

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
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;

0 commit comments

Comments
 (0)