Skip to content

Commit aef11a0

Browse files
committed
Bump commons-parent from 69 to 70
Ignore odd SpotBug issue for compatibility
1 parent 7cb3721 commit aef11a0

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.commons</groupId>
2121
<artifactId>commons-parent</artifactId>
22-
<version>69</version>
22+
<version>70</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-cli</groupId>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<action type="fix" dev="ggregory" due-to="Claude Warren">Cleanup deprecation issues #272.</action>
3333
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD UnnecessaryFullyQualifiedName issues.</action>
3434
<!-- UPDATE -->
35+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 69 to 70.</action>
3536
</release>
3637
<release version="1.7.0" date="2024-04-13" description="This release contains new features and bug fixes and requires Java 8 or above.">
3738
<!-- FIX -->

src/conf/spotbugs-exclude-filter.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@
9090
<Method name="createDefaultPrintWriter" />
9191
<Bug pattern="DM_DEFAULT_ENCODING" />
9292
</Match>
93+
<Match>
94+
<!-- Doesn't make sense and compatibility. -->
95+
<Class name="org.apache.commons.cli.TypeHandler" />
96+
<Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR" />
97+
</Match>
9398

9499
<Match>
95100
<!-- TODO ? -->

0 commit comments

Comments
 (0)