You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/01/08 16:06:17 UTC

[commons-fileupload] branch master updated: Bump spotbugs-maven-plugin from 4.5.0.0 to 4.5.3.0 #133.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new 489e1ec  Bump spotbugs-maven-plugin from 4.5.0.0 to 4.5.3.0 #133.
489e1ec is described below

commit 489e1ec768edc5ba35f868942d83ee7ba7fb35a6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 8 11:06:15 2022 -0500

    Bump spotbugs-maven-plugin from 4.5.0.0 to 4.5.3.0 #133.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dbd1abf..c28da9c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                        dev="ggregory" type="update" due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #48.</action>
       <action                        dev="ggregory" type="update" due-to="Gary Gregory">Update commons.japicmp.version 0.13.0 -> 0.15.3.</action>
       <action                        dev="ggregory" type="update" due-to="Gary Gregory">Bump build actions/setup-java from v1.4.3 to v2.</action>
-      <action                        dev="ggregory" type="update" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.2.3 to 4.3.0 #103.</action>
+      <action                        dev="ggregory" type="update" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.2.3 to 4.5.3.0 #103, #133.</action>
       <action issue="FILEUPLOAD-340" dev="mgrigorov" type="update">Make commons-fileupload2 a JPMS module by adding module-info.class.</action>
       <action                        dev="jochen" type="update" due-to="Dependabot">Update Spotbugs from 4.2.3 to 4.4.0, ignore EI_EXPOSE_REP, and EI_EXPOSE_REP2.</action>
       <action issue="FILEUPLOAD-341" dev="jochen" type="update" due-to="Martin Grigorov">Move Exception classes out of the impl package.</action>