Repository: commons-lang Updated Branches: refs/heads/master e83002762 -> 38bafd283
Update tests from Apache Commons IO 2.4 to 2.5. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/38bafd28 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/38bafd28 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/38bafd28 Branch: refs/heads/master Commit: 38bafd283f2e5fed8ca33dcf1aac8e4bdf54450e Parents: e830027 Author: ggregory <[email protected]> Authored: Fri Apr 22 16:34:13 2016 -0700 Committer: ggregory <[email protected]> Committed: Fri Apr 22 16:34:13 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/38bafd28/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b431930..02d44bc 100644 --- a/pom.xml +++ b/pom.xml @@ -513,7 +513,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>2.5</version> <scope>test</scope> </dependency>
