Repository: commons-collections Updated Branches: refs/heads/master 5023b45c0 -> 9639ccb2f
Update tests from Apache Commons Lang 3.6 to 3.7. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/9639ccb2 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/9639ccb2 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/9639ccb2 Branch: refs/heads/master Commit: 9639ccb2fc13032e21a1e898dff805482a353270 Parents: 5023b45 Author: Gary Gregory <[email protected]> Authored: Wed Dec 27 16:11:46 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Wed Dec 27 16:11:46 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/9639ccb2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5dbb2e3..6957bf8 100644 --- a/pom.xml +++ b/pom.xml @@ -456,7 +456,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.6</version> + <version>3.7</version> <scope>test</scope> </dependency> </dependencies>
