This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-version. See https://gitlab.nuiton.org/nuiton/nuiton-version.git commit 6ffc1a229c47db42ebdfef1cee272ec64811090c Author: jcouteau <couteau@codelutin.com> Date: Fri Feb 1 15:35:34 2019 +0100 Update Guava version to fix CVE-2018-10237 --> Update to java 8 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9dca486..cac33dd 100644 --- a/pom.xml +++ b/pom.xml @@ -89,8 +89,8 @@ <projectId>nuiton-version</projectId> <ciViewId>nuiton-version</ciViewId> - <javaVersion>1.6</javaVersion> - <signatureArtifactId>java16</signatureArtifactId> + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> <!-- Site locale --> @@ -133,7 +133,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>19.0</version> + <version>27.0.1-jre</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.