This is an automated email from the git hooks/post-receive script. New commit to branch refonte-rest in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git commit 1493f8118eeb1eff82fcb7bf8531b0ab43d43cf0 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jun 5 16:52:56 2019 +0200 upgrade resteasy version --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 41bcbba..5b28661 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,9 @@ <!-- Site configuration --> <locales>fr</locales> - <resteasy.version>3.6.3.Final</resteasy.version> + <resteasy.version>3.7.0.Final</resteasy.version> + <!-- TODO ymartel 20190605 : Final version not yet available for resteasy-jaxrs, but seems to work fine with 4.0.0, so keep in mind ... --> + <!--<resteasy.version>4.0.0.Beta5</resteasy.version>--> <nuitonI18nVersion>3.7</nuitonI18nVersion> <eugenePluginVersion>2.13</eugenePluginVersion> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.