Skip to content

Commit f21a60e

Browse files
committed
upgrade Apache commons-lang3 to 3.20.0
1 parent 2d40dd3 commit f21a60e

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

pom.xml

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

3737
<httpcomponents.version>4.5.14</httpcomponents.version>
38-
<commons-lang3.version>3.19.0</commons-lang3.version>
38+
<commons-lang3.version>3.20.0</commons-lang3.version>
3939
<commons-io.version>2.21.0</commons-io.version>
4040
<commons-logging.version>1.3.5</commons-logging.version>
4141
<!--brotli.version>0.1.2</brotli.version-->
@@ -59,7 +59,7 @@
5959
<jfreechart.version>1.5.6</jfreechart.version>
6060

6161
<!-- quality -->
62-
<checkstyle.version>12.1.1</checkstyle.version>
62+
<checkstyle.version>12.1.2</checkstyle.version>
6363
<spotbugs.version>4.9.8</spotbugs.version>
6464
<pmd.version>7.18.0</pmd.version>
6565
<archunit.version>1.4.1</archunit.version>
@@ -74,7 +74,7 @@
7474
<enforcer-plugin.version>3.6.2</enforcer-plugin.version>
7575
<changes-plugin.version>2.12.1</changes-plugin.version>
7676
<compiler-plugin.version>3.14.1</compiler-plugin.version>
77-
<jar-plugin.version>3.4.2</jar-plugin.version>
77+
<jar-plugin.version>3.5.0</jar-plugin.version>
7878
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
7979
<surefire-plugin.version>3.5.4</surefire-plugin.version>
8080
<jacoco-plugin.version>0.8.14</jacoco-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="4.19.0" date="November xx, 2025" description="Chrome/Edge 142, Firefox 145, Bugfixes">
11+
<action type="update" dev="rbri">
12+
Upgrade Apache commons-lang3 to 3.20.0.
13+
</action>
1114
<action type="add" dev="RhinoTeam">
1215
core-js: support for spread in arrays added
1316
</action>

0 commit comments

Comments
 (0)