This is an automated email from the git hooks/post-receive script. New commit to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 2975dc11366f1a548000fbf5a75162e55d85661b Author: jcouteau <couteau@codelutin.com> Date: Thu May 2 10:50:07 2019 +0200 Update dependencies to fix CVEs --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1b3cd1ca..6ef8150f 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,7 @@ <projectId>pollen</projectId> <!-- customized versions --> - <resteasyVersion>3.6.1.Final</resteasyVersion> + <resteasyVersion>3.6.1.SP5</resteasyVersion> <jacksonVersion>2.9.8</jacksonVersion> <nuitonI18nVersion>3.7</nuitonI18nVersion> @@ -193,7 +193,7 @@ <slf4jVersion>1.7.25</slf4jVersion> <tomcatEmbedVersion>8.5.40</tomcatEmbedVersion> <tomcatEmbedLoggingVersion>8.0.53</tomcatEmbedLoggingVersion> - <hibernateVersion>5.2.10.Final</hibernateVersion> + <hibernateVersion>5.2.18.Final</hibernateVersion> <httpCommonsHttpclientVersion>4.5.6</httpCommonsHttpclientVersion> <bouncycastleVersion>1.60</bouncycastleVersion> @@ -568,7 +568,7 @@ <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> - <version>2.3.0</version> + <version>2.3.1</version> <exclusions> <exclusion> <groupId>c3p0</groupId> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.