Repository: commons-imaging Updated Branches: refs/heads/master fc1d45854 -> 203032ecc
Update tests from Apache Commons IO 2.5 to 2.6. Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/203032ec Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/203032ec Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/203032ec Branch: refs/heads/master Commit: 203032ecc3e812c5ab87441eba98c617b502fe0d Parents: fc1d458 Author: Gary Gregory <ggreg...@apache.org> Authored: Fri Oct 20 10:14:17 2017 -0600 Committer: Gary Gregory <ggreg...@apache.org> Committed: Fri Oct 20 10:14:17 2017 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/203032ec/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 74c5e4f..69ba6e0 100644 --- a/pom.xml +++ b/pom.xml @@ -206,7 +206,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5</version> + <version>2.6</version> <scope>test</scope> </dependency> </dependencies>