branch develop updated (b62c5b1 -> 9a6af92)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git from b62c5b1 Improve CI new 9a6af92 Update guava - CVE-2018-10237 fix 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 9a6af92aedc083f85780ac1028adef4897af83fe Author: jcouteau <couteau@codelutin.com> Date: Fri Dec 21 12:48:15 2018 +0100 Update guava - CVE-2018-10237 fix Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm