This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 981cc0cdba6d9d1e3d4f5911b4c32b10ad2f14f5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 22 11:21:35 2015 +0100 Update junit to 4.12 (Fixes #3824) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 19f88dc..d65e6bf 100644 --- a/pom.xml +++ b/pom.xml @@ -170,7 +170,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.12</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.