Skip to content

Commit

Permalink
log4j and selenium update
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Feb 23, 2024
1 parent 1050d98 commit 2d2ab84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@

<httpcomponents.version>4.5.14</httpcomponents.version>

<htmlunitdriver.version>4.17.0</htmlunitdriver.version>
<selenium.version>4.17.0</selenium.version>
<htmlunitdriver.version>4.18.1</htmlunitdriver.version>
<selenium.version>4.18.1</selenium.version>

<jetty.version>9.4.54.v20240208</jetty.version>
<log4j.version>2.22.1</log4j.version>
<log4j.version>2.23.0</log4j.version>

<!-- As a property, as it is included in Checkstyle build -->
<checkstyle.version>9.3</checkstyle.version>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

<body>
<release version="3.12.0" date="March xx, 2024" description="htmlunit-websocket-client, Bugfixes">
<action type="update" dev="rbri">
Upgrade Apache log4j-api to 2.23.0.
</action>
<action type="fix" dev="rbri" issue="#730">
Fix a NPE when closing a top level window after the js engine was already stopped.
</action>
Expand Down

0 comments on commit 2d2ab84

Please sign in to comment.