Repository: struts Updated Branches: refs/heads/master 9b38ad8fc -> 29d470ad4
WW-4695 Upgrades Commons Collections to version 4.1 Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/29d470ad Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/29d470ad Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/29d470ad Branch: refs/heads/master Commit: 29d470ad42ab7ccc3fae00938b2331b903b8c9ea Parents: 9b38ad8 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Sat Oct 1 10:06:00 2016 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Sat Oct 1 10:06:29 2016 +0200 ---------------------------------------------------------------------- core/pom.xml | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/29d470ad/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 2ccc77d..01518c3 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -335,8 +335,8 @@ </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/struts/blob/29d470ad/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5af254a..d3610a6 100644 --- a/pom.xml +++ b/pom.xml @@ -696,9 +696,9 @@ <version>1.1.3</version> </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.2</version> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> + <version>4.1</version> </dependency> <dependency> <groupId>commons-fileupload</groupId>