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/09/05 18:32:14 UTC

[commons-fileupload] branch master updated: Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #160

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 e8226d3  Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #160
e8226d3 is described below

commit e8226d32a9d4b2ac8392a7ab6b5e5737b1de152d
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Mon Sep 5 11:32:10 2022 -0700

    Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #160
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a5878ed..8f4e30e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action                        dev="ggregory" type="update" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.2.3 to 4.7.1.1 #103, #133, #141, #146, #155.</action>
       <action                        dev="jochen" type="update" due-to="Dependabot">Bump spotbugs from 4.2.3 to 4.7.2, ignore EI_EXPOSE_REP, and EI_EXPOSE_REP2, #152, #161.</action>
       <action                        dev="ggregory" type="update" due-to="Dependabot">Bump biz.aQute.bndlib from 6.0.0 to 6.1.0 #129.</action>
-      <action                        dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-parent 52 -> 53.</action>
+      <action                        dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-parent from 52 to 53.</action>
+      <action                        dev="ggregory" type="update" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #160.</action>
     </release>
     <release version="1.4" date="2018-12-23" description="1.4 Release">
       <action issue="FILEUPLOAD-292" dev="chtompki" type="update">Don't create un-needed resources in FileUploadBase.java</action>