This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-validator. See https://gitlab.nuiton.org/nuiton/nuiton-validator.git commit 1c8fea36396162554ca43c98507d92aad25606a5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Jul 27 09:59:25 2016 +0200 updates commons-collections4 to 4.1 (fixes #3983) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b7ac4d..7236dc9 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,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>.