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:42:05 UTC

[commons-imaging] 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-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new 29f5485  Update tests from commons-io:commons-io 2.6 to 2.7.
29f5485 is described below

commit 29f54855c8cf7574320f2b210a6136cff89e66a4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 28 08:42:00 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index ceeb2b3..1239e9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
+      <version>2.7</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c902e1f..c506b89 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -132,6 +132,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IMAGING-236" dev="kinow" type="add" due-to="Christoffer Rydberg">
         Add support to read multiple images from GIF
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Update tests from commons-io:commons-io 2.6 to 2.7.
+      </action>
     </release>
     <release version="1.0-alpha1" date="2019-04-28" description="First 1.0 alpha release">
       <action issue="IMAGING-199" dev="kinow" type="fix" due-to="Ric Emery">