diff options
author | James Moger <james.moger@gitblit.com> | 2015-04-22 17:56:17 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2015-04-22 17:56:17 -0400 |
commit | 1d58cf39fde81a231bbc2f78a2786367b4e95ae8 (patch) | |
tree | cb73ad2bfc4fb45d613c4f1c8aaeb156a50e7397 | |
parent | cf315fa1172cd8ffc11a5a3f3f833303d79db25b (diff) | |
download | iciql-1d58cf39fde81a231bbc2f78a2786367b4e95ae8.tar.gz iciql-1d58cf39fde81a231bbc2f78a2786367b4e95ae8.zip |
Update to H2 1.4.187
-rw-r--r-- | .classpath | 2 | ||||
-rw-r--r-- | build.moxie | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ <classpathentry kind="src" path="src/main/java" /> <classpathentry kind="src" path="src/test/java" output="bin/test-classes" /> <classpathentry kind="lib" path="ext/jcommander-1.17.jar" sourcepath="ext/src/jcommander-1.17.jar" /> - <classpathentry kind="lib" path="ext/h2-1.4.186.jar" sourcepath="ext/src/h2-1.4.186.jar" /> + <classpathentry kind="lib" path="ext/h2-1.4.187.jar" sourcepath="ext/src/h2-1.4.187.jar" /> <classpathentry kind="lib" path="ext/hsqldb-2.3.2.jar" sourcepath="ext/src/hsqldb-2.3.2.jar" /> <classpathentry kind="lib" path="ext/derby-10.11.1.1.jar" /> <classpathentry kind="lib" path="ext/derbyclient-10.11.1.1.jar" /> diff --git a/build.moxie b/build.moxie index b31da16..f823f1d 100644 --- a/build.moxie +++ b/build.moxie @@ -82,7 +82,7 @@ dependencyDirectory: ext repositories: central properties: { - h2.version : 1.4.186 + h2.version : 1.4.187 hsqldb.version : 2.3.2 derby.version : 10.11.1.1 mysql.version : 5.6 |