aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2016-06-03 23:48:54 -0400
committerJames Moger <james.moger@gitblit.com>2016-06-03 23:48:54 -0400
commit51b8cef9ce822d74196b4d54da5c6ed170b4ac4b (patch)
treee07bfa10fd9af01f0fc0f8965c17da76be478b65
parentab861e7bbce5f61c99eb444a3c9bb3c2d2b15388 (diff)
downloadiciql-51b8cef9ce822d74196b4d54da5c6ed170b4ac4b.tar.gz
iciql-51b8cef9ce822d74196b4d54da5c6ed170b4ac4b.zip
Update H2 to 1.4.192
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2715a41..ae53cf4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.191</version>
+ <version>1.4.192</version>
<type>jar</type>
<scope>provided</scope>
</dependency>