This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_0_X by this push:
new bd51d16 Upgrading H2
bd51d16 is described below
commit bd51d1640d430730b78dcd946d1bba910a41de94
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Mar 13 15:53:06 2019 +0100
Upgrading H2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0fde02b..26c4f34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,7 +437,7 @@ under the License.
<joda.version>2.10.1</joda.version>
- <h2.version>1.4.198</h2.version>
+ <h2.version>1.4.199</h2.version>
<junit.version>4.12</junit.version>