This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 24614be93c7c4010604e38c9f2ac478f906a4e2d Author: Jean Couteau <jean.couteau@gmail.com> Date: Wed Mar 14 18:18:24 2018 +0100 Update postgres version to avoid missing am.amcanorder column bug on postgres server >=9.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cb7b824b..97a6e21e 100644 --- a/pom.xml +++ b/pom.xml @@ -158,7 +158,7 @@ <!-- JC 180214 - Do not update Jquery plugins, breaks startup --> <jqueryPluginVersion>3.6.1</jqueryPluginVersion> <h2Version>1.3.175</h2Version> - <postgresqlVersion>9.4.1208.jre7</postgresqlVersion> + <postgresqlVersion>9.4.1211</postgresqlVersion> <slf4jVersion>1.7.21</slf4jVersion> <coserVersion>1.5.6</coserVersion> <!-- /!\ http://bengreen.eu/fancyhtml/quickreference/jettyjsp9error.html --> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.