branch feature/CVE-updates created (now 4187b8b6)
This is an automated email from the git hooks/post-receive script. New change to branch feature/CVE-updates in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git at 4187b8b6 Upgrade dependencies to prevent CVEs This branch includes the following new commits: new 4187b8b6 Upgrade dependencies to prevent CVEs 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 4187b8b6019f2fff7ba2049846b3effed28e4216 Author: Jean Couteau <jean.couteau@gmail.com> Date: Tue Apr 24 16:13:59 2018 +0200 Upgrade dependencies to prevent CVEs -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/CVE-updates in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 4187b8b6019f2fff7ba2049846b3effed28e4216 Author: Jean Couteau <jean.couteau@gmail.com> Date: Tue Apr 24 16:13:59 2018 +0200 Upgrade dependencies to prevent CVEs --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a103cbd2..869a5d7e 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@ <!-- customized versions --> <resteasyVersion>3.0.17.Final</resteasyVersion> - <jacksonVersion>2.8.0</jacksonVersion> + <jacksonVersion>2.8.11</jacksonVersion> <nuitonI18nVersion>3.6.2</nuitonI18nVersion> <eugenePluginVersion>3.0-alpha-10</eugenePluginVersion> @@ -189,10 +189,11 @@ <nuitonValidatorVersion>3.0.1</nuitonValidatorVersion> <h2Version>1.4.178</h2Version> <postgresqlVersion>9.4.1212.jre7</postgresqlVersion> - <shiroVersion>1.2.3</shiroVersion> + <shiroVersion>1.2.6</shiroVersion> <javaJwtVersion>3.2.0</javaJwtVersion> <slf4jVersion>1.7.22</slf4jVersion> <jettyVersion>9.0.3.v20130506</jettyVersion> + <!--cannot update tomcat to 7.0.52 or higher - problem on filter--> <tomcatEmbedVersion>7.0.50</tomcatEmbedVersion> <!--tomcatEmbedVersion>8.0.5</tomcatEmbedVersion--> <hibernateVersion>5.2.10.Final</hibernateVersion> @@ -283,7 +284,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-email</artifactId> - <version>1.4</version> + <version>1.5</version> </dependency> <dependency> @@ -525,7 +526,7 @@ <dependency> <groupId>com.github.spullara.mustache.java</groupId> <artifactId>compiler</artifactId> - <version>0.9.4</version> + <version>0.9.5</version> </dependency> <!--dependency> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm