This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-utils. See http://git.nuiton.org/nuiton-utils.git commit 16ebd85fced2de1245a67f1f989103eb8a63fb41 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Dec 9 08:39:28 2015 +0100 Update commons-collections to 4.1 (Fixes #3794) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d16ce04..646f77a 100644 --- a/pom.xml +++ b/pom.xml @@ -181,7 +181,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.0</version> + <version>4.1</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.