Skip to content

Commit d896898

Browse files
committed
lib updates
1 parent 95ef23c commit d896898

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
<maven.compiler.source>8</maven.compiler.source>
2626
<maven.compiler.target>8</maven.compiler.target>
2727

28-
<htmlunitcssparser.version>3.7.0-SNAPSHOT</htmlunitcssparser.version>
29-
<htmlunitneko.version>3.6.0</htmlunitneko.version>
30-
<htmlunitcorejs.version>3.7.0-SNAPSHOT</htmlunitcorejs.version>
31-
<htmlunitxpath.version>3.6.0</htmlunitxpath.version>
28+
<htmlunitcssparser.version>3.7.0</htmlunitcssparser.version>
29+
<htmlunitneko.version>3.7.0</htmlunitneko.version>
30+
<htmlunitxpath.version>3.7.0</htmlunitxpath.version>
31+
<htmlunitcorejs.version>3.7.0</htmlunitcorejs.version>
3232

3333
<htmlunitdriver.version>4.14.1-SNAPSHOT</htmlunitdriver.version>
3434
<selenium.version>4.14.1</selenium.version>

src/changes/changes.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
of the various WebClient properties should be clear in every case. This results in some minor changes the might have
1515
some impact for the backward compatibility.
1616
</action>
17+
<action type="update" dev="rbri">
18+
cssparser: Switched from JavaCC to ParserGeneratorCC (https://github.com/tulipcc/ParserGeneratorCC).
19+
Based on this we have to chance to update the ParserGeneratorCC to fix some of our problems with
20+
the generated code. See https://github.com/tulipcc/ParserGeneratorCC/pulls for more.
21+
</action>
1722
<action type="update" dev="rbri">
1823
Properties ownerNode and href moved from CSSStyleSheet to StyleSheet.
1924
</action>

src/test/java/org/htmlunit/ExternalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class ExternalTest {
5858
static String CHROME_DRIVER_URL_ =
5959
"https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json";
6060

61-
static String EDGE_DRIVER_ = "118.0.2088.69";
61+
static String EDGE_DRIVER_ = "118.0.2088.76";
6262
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";
6363

6464
/** Gecko driver. */

0 commit comments

Comments
 (0)