Skip to content

Commit

Permalink
various updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 26, 2023
1 parent 5db3d5f commit ae83055
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<httpcomponents.version>4.5.14</httpcomponents.version>
<jetty.version>9.4.53.v20231009</jetty.version>
<log4j.version>2.21.0</log4j.version>
<log4j.version>2.21.1</log4j.version>

<!-- As a property, as it is included in Checkstyle build -->
<checkstyle.version>9.3</checkstyle.version>
Expand Down Expand Up @@ -1173,7 +1173,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand Down
9 changes: 9 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
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">
Upgrade Apache commons-io to 2.15.0.
</action>
<action type="remove" dev="rbri">
core-js: a no longer used switch removed
</action>
<action type="update" dev="rbri">
core-js: build system switched to maven
</action>
<action type="update" dev="rbri">
WebWindowListener javadoc updated to reflect the latest changes and include some words about common pitfalls.
</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.57";
static String EDGE_DRIVER_ = "118.0.2088.69";
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";

/** Gecko driver. */
Expand Down

0 comments on commit ae83055

Please sign in to comment.