Skip to content

Commit d8c571d

Browse files
committed
commons-text 1.13.0
1 parent 984fda1 commit d8c571d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
<selenium.devtools.artifactId>selenium-devtools-v131</selenium.devtools.artifactId>
4040

4141
<jetty.version>9.4.56.v20240826</jetty.version>
42-
<log4j.version>2.24.2</log4j.version>
42+
<log4j.version>2.24.3</log4j.version>
4343
<slf4j.version>2.0.16</slf4j.version>
4444

4545
<!-- As a property, as it is included in Checkstyle build -->
46-
<checkstyle.version>10.20.2</checkstyle.version>
46+
<checkstyle.version>10.21.2</checkstyle.version>
4747
<spotbugs.version>4.8.6</spotbugs.version>
4848
<pmd.version>7.8.0</pmd.version>
4949
<junit.version>4.13.2</junit.version>
@@ -1260,7 +1260,7 @@
12601260
<dependency>
12611261
<groupId>org.apache.commons</groupId>
12621262
<artifactId>commons-text</artifactId>
1263-
<version>1.12.0</version>
1263+
<version>1.13.0</version>
12641264
<exclusions>
12651265
<exclusion>
12661266
<groupId>org.apache.commons</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.8.0" date="December xx, 2024" description="Bugfixes">
11+
<action type="update" dev="rbri">
12+
Upgrade Apache commons-text to 1.13.0.
13+
</action>
1114
<action type="add" dev="RhinoTeam">
1215
core-js: Some improvments for the interpreter by generating smaller interpreter bytecode.
1316
</action>

0 commit comments

Comments
 (0)