Skip to content

Commit 65b116c

Browse files
committed
upgrade Apache commons-lang3 to 3.19.0
1 parent 56cd7b1 commit 65b116c

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<htmlunitxpath.version>4.16.0</htmlunitxpath.version>
3636

3737
<httpcomponents.version>4.5.14</httpcomponents.version>
38-
<commons-lang3.version>3.18.0</commons-lang3.version>
38+
<commons-lang3.version>3.19.0</commons-lang3.version>
3939
<commons-io.version>2.20.0</commons-io.version>
4040
<commons-logging.version>1.3.5</commons-logging.version>
4141
<!--brotli.version>0.1.2</brotli.version-->
@@ -51,7 +51,7 @@
5151
<junit-pioneer.version>2.3.0</junit-pioneer.version>
5252
<jetty.version>9.4.58.v20250814</jetty.version>
5353
<quercus.version>4.0.66</quercus.version>
54-
<log4j.version>2.25.1</log4j.version>
54+
<log4j.version>2.25.2</log4j.version>
5555
<slf4j.version>2.0.17</slf4j.version>
5656
<commons-text.version>1.14.0</commons-text.version>
5757
<commons-fileupload.version>1.6.0</commons-fileupload.version>
@@ -60,21 +60,22 @@
6060

6161
<!-- quality -->
6262
<checkstyle.version>11.0.1</checkstyle.version>
63-
<spotbugs.version>4.9.5</spotbugs.version>
63+
<spotbugs.version>4.9.6</spotbugs.version>
6464
<pmd.version>7.17.0</pmd.version>
6565
<archunit.version>1.4.1</archunit.version>
6666
<dependencycheck.version>10.0.4</dependencycheck.version>
6767

6868
<!-- plugins -->
69-
<central-publishing-plugin.version>0.8.0</central-publishing-plugin.version>
69+
<central-publishing-plugin.version>0.9.0</central-publishing-plugin.version>
7070
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
7171
<pmd-plugin.version>3.27.0</pmd-plugin.version>
72-
<spotbugs-plugin.version>4.9.5.0</spotbugs-plugin.version>
72+
<spotbugs-plugin.version>4.9.6.0</spotbugs-plugin.version>
7373
<gpg-plugin.version>3.2.8</gpg-plugin.version>
7474
<enforcer-plugin.version>3.6.1</enforcer-plugin.version>
7575
<changes-plugin.version>2.12.1</changes-plugin.version>
76+
<compiler-plugin.version>3.14.1</compiler-plugin.version>
7677
<jar-plugin.version>3.4.2</jar-plugin.version>
77-
<javadoc-plugin.version>3.11.3</javadoc-plugin.version>
78+
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
7879
<surefire-plugin.version>3.5.4</surefire-plugin.version>
7980
<cyclonedx-plugin.version>2.9.1</cyclonedx-plugin.version>
8081
</properties>
@@ -84,7 +85,7 @@
8485
<plugin>
8586
<groupId>org.apache.maven.plugins</groupId>
8687
<artifactId>maven-compiler-plugin</artifactId>
87-
<version>3.14.0</version>
88+
<version>${compiler-plugin.version}</version>
8889
</plugin>
8990
<plugin>
9091
<groupId>org.apache.maven.plugins</groupId>

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.17.0" date="September xx, 2025" description="Chrome/Edge 140, Firefox 142, Bugfixes">
11+
<action type="update" dev="rbri">
12+
Upgrade Apache commons-lang3 to 3.19.0.
13+
</action>
1114
<action type="add" dev="rbri">
1215
Initial support for the :where() pseudo selector added.
1316
</action>

0 commit comments

Comments
 (0)