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 Dec 11, 2023
1 parent 0eece3d commit d9b6c31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>64</version>
<version>65</version>
</parent>

<artifactId>commons-fileupload2</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions spotbugs-exclude-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">

<!-- https://github.com/spotbugs/spotbugs/issues/2710 -->
<Match>
<Class name="~.*" />
<Bug pattern="CT_CONSTRUCTOR_THROW" />
</Match>
<!-- Reason: Initial commit. Need to refine -->
<Match>
<Class name="org.apache.commons.fileupload2.MultipartStream" />
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="add" due-to="Michal H Siemaszko, Gary Gregory">Generate some OSGi metadata.</action>
<!-- UDPATE -->
<action dev="ggregory" type="update" due-to="Dependabot">Bump Java from 8 to 11.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-parent from 58 to 64.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-parent from 58 to 65.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.14.0.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-io from 2.13.0 to 2.15.1.</action>
</release>
Expand Down

0 comments on commit d9b6c31

Please sign in to comment.