This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git commit 9a6af92aedc083f85780ac1028adef4897af83fe Author: jcouteau <couteau@codelutin.com> Date: Fri Dec 21 12:48:15 2018 +0100 Update guava - CVE-2018-10237 fix --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d8058f..58c82b3 100644 --- a/pom.xml +++ b/pom.xml @@ -205,7 +205,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> + <version>27.0.1-jre</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.