diff options
author | James Moger <james.moger@gitblit.com> | 2015-05-11 12:10:48 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2015-05-11 12:10:48 -0400 |
commit | e06bc1d8acd059e698863b9fe348d538e17af5fa (patch) | |
tree | 6323a0d1db4d064d4c183ff3a19826ebbabd6f2a | |
parent | a4e904d0fcd44877b03e7d06fc235eec121adfe6 (diff) | |
download | iciql-e06bc1d8acd059e698863b9fe348d538e17af5fa.tar.gz iciql-e06bc1d8acd059e698863b9fe348d538e17af5fa.zip |
Update to SQLite 3.8.10.1
-rw-r--r-- | .classpath | 2 | ||||
-rw-r--r-- | build.moxie | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ <classpathentry kind="lib" path="ext/derbynet-10.11.1.1.jar" /> <classpathentry kind="lib" path="ext/mysql-connector-java-5.1.33.jar" /> <classpathentry kind="lib" path="ext/postgresql-9.4-1201-jdbc41.jar" sourcepath="ext/src/postgresql-9.4-1201-jdbc41.jar" /> - <classpathentry kind="lib" path="ext/sqlite-jdbc-3.8.9.1.jar" sourcepath="ext/src/sqlite-jdbc-3.8.9.1.jar" /> + <classpathentry kind="lib" path="ext/sqlite-jdbc-3.8.10.1.jar" sourcepath="ext/src/sqlite-jdbc-3.8.10.1.jar" /> <classpathentry kind="lib" path="ext/slf4j-api-1.7.12.jar" sourcepath="ext/src/slf4j-api-1.7.12.jar" /> <classpathentry kind="lib" path="ext/commons-pool-1.5.6.jar" sourcepath="ext/src/commons-pool-1.5.6.jar" /> <classpathentry kind="lib" path="ext/commons-dbcp-1.4.jar" sourcepath="ext/src/commons-dbcp-1.4.jar" /> diff --git a/build.moxie b/build.moxie index 9fa3b47..74718e4 100644 --- a/build.moxie +++ b/build.moxie @@ -87,7 +87,7 @@ properties: { derby.version : 10.11.1.1 mysql.version : 5.6 postgresql.version : 9.3 - sqlite.version : 3.8.9.1 + sqlite.version : 3.8.10.1 } dependencies: |