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 4b22ae4dc8ba74ee669caaac3e90412c9008e4af Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Jul 27 09:58:24 2016 +0200 updates guava to 19.0 (fixes #3982) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4829cfe..5b7ac4d 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>18.0</version> + <version>19.0</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.