Skip to content

Commit 8dc2457

Browse files
committed
Bump org.apache.commons:commons-parent from 85 to 87
1 parent 9edbeb4 commit 8dc2457

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.commons</groupId>
2424
<artifactId>commons-parent</artifactId>
25-
<version>85</version>
25+
<version>87</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>commons-lang3</artifactId>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The <action> type attribute can be add,update,fix,remove.
7373
<action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.lang3.time.DateUtils.toZonedDateTime(Date[, TimeZone]).</action>
7474
<!-- UPDATE -->
7575
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0.</action>
76+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 87.</action>
7677
</release>
7778
<release version="3.18.0" date="2025-07-06" description="This is a feature and maintenance release. Java 8 or later is required.">
7879
<!-- FIX -->

src/conf/spotbugs-exclude-filter.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,18 @@
130130
<Method name="createNumber"/>
131131
<Bug pattern="SF_SWITCH_FALLTHROUGH" />
132132
</Match>
133-
134133
<!-- Reason: Intended -->
135134
<Match>
136135
<Class name="org.apache.commons.lang3.time.DateUtils" />
137136
<Method name="getFragment"/>
138137
<Bug pattern="SF_SWITCH_FALLTHROUGH" />
139138
</Match>
139+
<!-- Reason: False positive -->
140+
<Match>
141+
<Class name="org.apache.commons.lang3.text.ExtendedMessageFormat" />
142+
<Method name="applyPattern"/>
143+
<Bug pattern="SF_SWITCH_FALLTHROUGH" />
144+
</Match>
140145

141146
<!-- Reason: toProperString is lazily loaded -->
142147
<Match>

0 commit comments

Comments
 (0)