Skip to content

Commit

Permalink
corejs 3.6.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Aug 29, 2023
1 parent ede1459 commit 181ac06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

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

<htmlunitdriver.version>4.11.0</htmlunitdriver.version>
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_ = "116.0.1938.54";
static String EDGE_DRIVER_ = "116.0.1938.62";
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";

/** Gecko driver. */
Expand Down

0 comments on commit 181ac06

Please sign in to comment.