This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-csv. See https://gitlab.nuiton.org/nuiton/nuiton-csv.git commit 0ad826f20e98e47da02de98f9103cd35b3de7dfa Author: jcouteau <couteau@codelutin.com> Date: Fri Feb 1 11:46:31 2019 +0100 Update Guava to 27.0.1 (fix CVE-2018-10237) -> Update to Java 8 (Guava version 21+ needs java 8) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 61b2f2f..f9d1556 100644 --- a/pom.xml +++ b/pom.xml @@ -78,8 +78,8 @@ <projectId>nuiton-csv</projectId> <ciViewId>nuiton-csv</ciViewId> - <javaVersion>1.7</javaVersion> - <signatureArtifactId>java17</signatureArtifactId> + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> <nuitonI18nVersion>3.6.3</nuitonI18nVersion> @@ -150,7 +150,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>20.0</version> <!-- From version 21+, Guava requires Java8 --> + <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>.