branch develop updated (8072111 -> 8a165b9)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git from 8072111 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 8a165b9 -Update guava to fix CVE-2018-10237 --> update to Java 8 - Update Struts2 to fix CVE-2018-11776 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 Summary of changes: pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm