Skip to content

Commit

Permalink
Bump commons-parent from 64 to 65
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 24, 2023
1 parent b54ac95 commit e2821b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>64</version>
<version>65</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-io</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #512.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-lang3 from 3.13.0 to 3.14.0.</action>
<action dev="ggregory" type="update" due-to="Dependabot">Bump commons.bytebuddy.version from 1.14.9 to 1.14.10 #516.</action>
<action dev="ggregory" type="update" due-to="Dependabot">Bump commons-parent from 64 to 65.</action>
</release>
<release version="2.15.0" date="2023-10-21" description="Java 8 is required.">
<!-- FIX -->
Expand Down
6 changes: 6 additions & 0 deletions src/conf/spotbugs-exclude-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
</Or>
</Match>

<!-- https://github.com/spotbugs/spotbugs/issues/2710 -->
<Match>
<Class name="~.*" />
<Bug pattern="CT_CONSTRUCTOR_THROW" />
</Match>

<!-- See discussion on https://issues.apache.org/jira/browse/IO-216 -->
<Match>
<Class name="org.apache.commons.io.output.LockableFileWriter" />
Expand Down

0 comments on commit e2821b9

Please sign in to comment.