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 5570f7b50dfdc4db89b3f781967b2cf97a8427a9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Jul 27 10:03:09 2016 +0200 updates javassist to 3.20.0-GA (fixes #3986) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ae74bf..8ca6ffc 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> - <version>3.18.2-GA</version> + <version>3.20.0-GA</version> <scope>runtime</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.