Skip to content

Commit

Permalink
lib updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 30, 2023
1 parent 95ef23c commit d896898
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<htmlunitcssparser.version>3.7.0-SNAPSHOT</htmlunitcssparser.version>
<htmlunitneko.version>3.6.0</htmlunitneko.version>
<htmlunitcorejs.version>3.7.0-SNAPSHOT</htmlunitcorejs.version>
<htmlunitxpath.version>3.6.0</htmlunitxpath.version>
<htmlunitcssparser.version>3.7.0</htmlunitcssparser.version>
<htmlunitneko.version>3.7.0</htmlunitneko.version>
<htmlunitxpath.version>3.7.0</htmlunitxpath.version>
<htmlunitcorejs.version>3.7.0</htmlunitcorejs.version>

<htmlunitdriver.version>4.14.1-SNAPSHOT</htmlunitdriver.version>
<selenium.version>4.14.1</selenium.version>
Expand Down
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
of the various WebClient properties should be clear in every case. This results in some minor changes the might have
some impact for the backward compatibility.
</action>
<action type="update" dev="rbri">
cssparser: Switched from JavaCC to ParserGeneratorCC (https://github.com/tulipcc/ParserGeneratorCC).
Based on this we have to chance to update the ParserGeneratorCC to fix some of our problems with
the generated code. See https://github.com/tulipcc/ParserGeneratorCC/pulls for more.
</action>
<action type="update" dev="rbri">
Properties ownerNode and href moved from CSSStyleSheet to StyleSheet.
</action>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/htmlunit/ExternalTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class ExternalTest {
static String CHROME_DRIVER_URL_ =
"https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json";

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

/** Gecko driver. */
Expand Down

0 comments on commit d896898

Please sign in to comment.