This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva.git
commit 3bf8e76d5315dea84ffe2e4e0eadf181794f2016 Author: Martin Stockhammer <[email protected]> AuthorDate: Mon Sep 2 14:05:29 2019 +0200 Switching commons collections version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3db14dd..bcdee11 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ <properties> <commons-codec.version>1.6</commons-codec.version> - <commons-collections.version>4.1</commons-collections.version> + <commons-collections.version>4.4</commons-collections.version> <commons-fileupload.version>1.2.2</commons-fileupload.version> <commons-io.version>2.5</commons-io.version> <commons-lang.version>2.6</commons-lang.version>
