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 2020/12/28 22:51:01 UTC

[commons-fileupload] branch master updated: Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #48.

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 6edc12f  Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #48.
     new a6d4eac  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-fileupload.git
6edc12f is described below

commit 6edc12f3ab551806a26eb32e0423dffee4e78ecd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Dec 20 14:44:41 2020 -0500

    Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #48.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eaf7664..962a42e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                        dev="ggregory" type="update" due-to="Gary Gregory">Update tests from commons-io:commons-io 2.6 to 2.7.</action>
       <action                        dev="ggregory" type="update" due-to="Dependabot">Update junit-jupiter from 5.5.2 to 5.6.2 #31.</action>
       <action                        dev="ggregory" type="update" due-to="Emmanuel Lécharny">Slight optim: resuse the index position instead of recomputing it #49.</action>
+      <action                        dev="ggregory" type="update" due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #48.</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>