Skip to content

Commit 48e0884

Browse files
committed
upgrade Apache commons-io to 2.19.0
1 parent 3bb66d7 commit 48e0884

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

pom.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,30 @@
3434

3535
<httpcomponents.version>4.5.14</httpcomponents.version>
3636
<commons-lang3.version>3.17.0</commons-lang3.version>
37-
<commons-io.version>2.18.0</commons-io.version>
37+
<commons-io.version>2.19.0</commons-io.version>
3838
<commons-logging.version>1.3.5</commons-logging.version>
3939
<brotli.version>0.1.2</brotli.version>
4040

41-
41+
<!-- selenium -->
4242
<htmlunitdriver.version>4.31.0-SNAPSHOT</htmlunitdriver.version>
4343
<selenium.version>4.31.0</selenium.version>
44-
<selenium.devtools.artifactId>selenium-devtools-v134</selenium.devtools.artifactId>
44+
<selenium.devtools.artifactId>selenium-devtools-v135</selenium.devtools.artifactId>
4545

46+
<!-- test dependencies -->
47+
<junit.version>4.13.2</junit.version>
4648
<jetty.version>9.4.57.v20241219</jetty.version>
4749
<quercus.version>4.0.66</quercus.version>
4850
<log4j.version>2.24.3</log4j.version>
4951
<slf4j.version>2.0.17</slf4j.version>
52+
<commons-text.version>1.13.1</commons-text.version>
5053
<commons-fileupload.version>1.5</commons-fileupload.version>
5154
<image-comparison.version>4.4.0</image-comparison.version>
5255
<jfreechart.version>1.5.5</jfreechart.version>
5356

54-
<checkstyle.version>10.22.0</checkstyle.version>
57+
<!-- quality -->
58+
<checkstyle.version>10.23.0</checkstyle.version>
5559
<spotbugs.version>4.9.3</spotbugs.version>
5660
<pmd.version>7.12.0</pmd.version>
57-
<junit.version>4.13.2</junit.version>
5861
<archunit.version>1.4.0</archunit.version>
5962
<dependencycheck.version>10.0.4</dependencycheck.version>
6063
</properties>
@@ -1368,7 +1371,7 @@
13681371
<dependency>
13691372
<groupId>org.apache.commons</groupId>
13701373
<artifactId>commons-text</artifactId>
1371-
<version>1.13.0</version>
1374+
<version>${commons-text.version}</version>
13721375
<scope>test</scope>
13731376
<exclusions>
13741377
<exclusion>

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="4.12.0" date="April xx, 2025" description="Chrome/Edge 135, Firefox 137, Rhino RegExp, Bugfixes">
11+
<action type="update" dev="rbri">
12+
Upgrade Apache commons-io to 2.19.0.
13+
</action>
1114
<action type="update" dev="rbri">
1215
scrollIntoView() now triggers a scroll event on the parent.
1316
</action>

0 commit comments

Comments
 (0)