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/05/28 12:15:49 UTC

[commons-fileupload] branch master updated: Update tests from commons-io:commons-io 2.6 to 2.7.

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 cfaf3a4  Update tests from commons-io:commons-io 2.6 to 2.7.
cfaf3a4 is described below

commit cfaf3a4f8bb0b52bc42984afd46a6f7d72d40bfc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 28 08:15:45 2020 -0400

    Update tests from commons-io:commons-io 2.6 to 2.7.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5bb5e5b..cd2c5fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
+      <version>2.7</version>
     </dependency>
     <dependency>
     	<groupId>jakarta.servlet</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e1d7edd..96d8568 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="FILEUPLOAD-274" dev="jochen" due-to="Merbin J Anselm" due-to-email="merbinjanselm@gmail.com">
         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>
     </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>