diff --git a/pom.xml b/pom.xml index 1303a359be4..808921a9e58 100644 --- a/pom.xml +++ b/pom.xml @@ -31,11 +31,11 @@ 3.6.0 4.13.0 - 4.14.0 + 4.14.1 4.5.14 9.4.53.v20231009 - 2.20.0 + 2.21.0 9.3 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ee17370e4ea..b3d9fb7439f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,8 +34,8 @@ Sending the correct content type of "application/pdf" for PDF files for form-multipart posts. - 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. Upgrade Apache commons-net to 3.10.0.