This is an automated email from the git hooks/post-receive script. New commit to branch feature/666_flyway_6 in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 70ca31f16bfef799abc67860dec424feaab64d7d Author: Brendan Le Ny <bleny@codelutin.com> Date: Thu Aug 29 16:31:28 2019 +0200 Update H2 to 1.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 39f7259f..d5384fdf 100644 --- a/pom.xml +++ b/pom.xml @@ -224,7 +224,7 @@ <guavaVersion>27.0.1-jre</guavaVersion> <!-- Do not upgrade H2 to 1.4 see #3691 --> - <h2Version>1.3.176</h2Version> + <h2Version>1.4.196</h2Version> <hamcrestVersion>1.3</hamcrestVersion> <hibernateVersion>5.2.18.Final</hibernateVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.