This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 8a165b9b6940b726c434b2b1ad956574e63f0926 Author: jcouteau <couteau@codelutin.com> Date: Fri Feb 1 15:44:48 2019 +0100 -Update guava to fix CVE-2018-10237 --> update to Java 8 - Update Struts2 to fix CVE-2018-11776 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b6582b0..0330cde 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>20.0</version> + <version>27.0.1-jre</version> </dependency> <dependency> @@ -229,7 +229,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>2.5.16</version> + <version>2.5.20</version> <scope>compile</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.