Repository: maven-wagon Updated Branches: refs/heads/master be9440073 -> 77f2cd3ee
[WAGON-472] Upgrade Commons IO to 2.5 Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/77f2cd3e Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/77f2cd3e Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/77f2cd3e Branch: refs/heads/master Commit: 77f2cd3ee0e42b168992b8433d30a1fd1461501d Parents: be94400 Author: Michael Osipov <[email protected]> Authored: Sun Dec 18 23:43:31 2016 +0100 Committer: Michael Osipov <[email protected]> Committed: Sun Dec 18 23:43:31 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- wagon-providers/wagon-ssh-external/pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/77f2cd3e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 159fc51..3c1cc7c 100644 --- a/pom.xml +++ b/pom.xml @@ -304,7 +304,7 @@ under the License. <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.2</version> + <version>2.5</version> </dependency> <dependency> <groupId>org.easymock</groupId> http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/77f2cd3e/wagon-providers/wagon-ssh-external/pom.xml ---------------------------------------------------------------------- diff --git a/wagon-providers/wagon-ssh-external/pom.xml b/wagon-providers/wagon-ssh-external/pom.xml index 73d676f..1c62db9 100644 --- a/wagon-providers/wagon-ssh-external/pom.xml +++ b/wagon-providers/wagon-ssh-external/pom.xml @@ -58,7 +58,6 @@ under the License. <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.0.1</version> <scope>test</scope> </dependency>
