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 382eeb9 junit-jupiter from 5.5.2 to 5.6.2 #31. new ab984cf Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-fileupload.git 382eeb9 is described below commit 382eeb9bae186448f17746b2ce3c755748565d02 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Aug 10 11:59:25 2020 -0400 junit-jupiter from 5.5.2 to 5.6.2 #31. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 96d8568..b6bc480 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,7 @@ The <action> type attribute can be add,update,fix,remove. RFC 5987 compliance </action> <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> </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>