Skip to content

Commit 17ec918

Browse files
committed
upgrade Apache commons-io to 2.22.0
1 parent fe12245 commit 17ec918

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<httpcomponents.version>4.5.14</httpcomponents.version>
5151
<commons-lang3.version>3.20.0</commons-lang3.version>
52-
<commons-io.version>2.21.0</commons-io.version>
52+
<commons-io.version>2.22.0</commons-io.version>
5353
<commons-logging.version>1.3.6</commons-logging.version>
5454
<!--brotli.version>0.1.2</brotli.version-->
5555

@@ -75,7 +75,7 @@
7575
<!-- quality -->
7676
<checkstyle.version>12.3.1</checkstyle.version>
7777
<spotbugs.version>4.9.8</spotbugs.version>
78-
<pmd.version>7.21.0</pmd.version>
78+
<pmd.version>7.23.0</pmd.version>
7979
<archunit.version>1.4.2</archunit.version>
8080
<dependencycheck.version>10.0.4</dependencycheck.version>
8181

@@ -84,7 +84,7 @@
8484
<build-helper-plugin.version>3.6.1</build-helper-plugin.version>
8585
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
8686
<pmd-plugin.version>3.28.0</pmd-plugin.version>
87-
<spotbugs-plugin.version>4.9.8.2</spotbugs-plugin.version>
87+
<spotbugs-plugin.version>4.9.8.3</spotbugs-plugin.version>
8888
<gpg-plugin.version>3.2.8</gpg-plugin.version>
8989
<enforcer-plugin.version>3.6.2</enforcer-plugin.version>
9090
<changes-plugin.version>2.12.1</changes-plugin.version>
@@ -93,7 +93,7 @@
9393
<assembly-plugin.version>3.8.0</assembly-plugin.version>
9494
<source-plugin.version>3.4.0</source-plugin.version>
9595
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
96-
<surefire-plugin.version>3.5.4</surefire-plugin.version>
96+
<surefire-plugin.version>3.5.5</surefire-plugin.version>
9797
<site-plugin.version>3.21.0</site-plugin.version>
9898
<jacoco-plugin.version>0.8.14</jacoco-plugin.version>
9999
<cyclonedx-plugin.version>2.9.1</cyclonedx-plugin.version>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
<body>
1010
<release version="5.0.0" date="April 31, 2026" description="jdk17, Firefox 149, Chrome 147, Bugfixes">
11+
<action type="update" dev="rbri">
12+
Upgrade Apache commons-io to 2.22.0.
13+
</action>
1114
<action type="fix" dev="rbri">
1215
Input type image returns false for willValidate.
1316
</action>

src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentWrite2Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ public void writeExternalScriptAfterClick() throws Exception {
260260
driver.findElement(By.linkText("a link")).click();
261261
verifyWindowName2(driver, getExpectedAlerts()[1]);
262262
}
263+
263264
/**
264265
* @throws Exception if the test fails
265266
*/

0 commit comments

Comments
 (0)