Skip to content

Commit

Permalink
selenium 4.14.1
Browse files Browse the repository at this point in the history
log4j 2.21.0
  • Loading branch information
rbri committed Oct 17, 2023
1 parent d3bf328 commit fe89955
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<htmlunitxpath.version>3.6.0</htmlunitxpath.version>

<htmlunitdriver.version>4.13.0</htmlunitdriver.version>
<selenium.version>4.14.0</selenium.version>
<selenium.version>4.14.1</selenium.version>

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

<!-- As a property, as it is included in Checkstyle build -->
<checkstyle.version>9.3</checkstyle.version>
Expand Down
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
Sending the correct content type of "application/pdf" for PDF files for form-multipart posts.
</action>
<action type="fix" dev="rbri">
Fixed a major leak - frame windows (incl. iframes) are still referenced by the web client
windows list after the parent was closed. In the end they are not garbage collected.
Fixed a major memory leak - frame windows (incl. iframes) are still referenced by the web client
window list after the parent was closed. In the end they are not garbage collected.
</action>
<action type="update" dev="rbri">
Upgrade Apache commons-net to 3.10.0.
Expand Down

0 comments on commit fe89955

Please sign in to comment.