Skip to content

Commit a917a66

Browse files
committed
Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0
1 parent c482b14 commit a917a66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<!-- GH CI Java 17 Ubuntu says 0.91 -->
174174
<!-- Local macOS Java 21 says 0.92 -->
175175
<commons.jacoco.complexityRatio>0.91</commons.jacoco.complexityRatio>
176-
<commons.text.version>1.14.0</commons.text.version>
176+
<commons.text.version>1.15.0</commons.text.version>
177177
</properties>
178178
<build>
179179
<defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp spotbugs:check pmd:check javadoc:javadoc</defaultGoal>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
7575
<!-- ADD -->
7676
<!-- UPDATE -->
7777
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 #1498.</action>
78+
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0.</action>
7879
</release>
7980
<release version="3.20.0" date="2025-11-12" description="This is a feature and maintenance release. Java 8 or later is required.">
8081
<!-- FIX -->

0 commit comments

Comments
 (0)