diff options
author | James Moger <james.moger@gitblit.com> | 2017-01-30 16:40:56 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2017-01-30 16:46:03 -0500 |
commit | 1e06e4fc27b71cb3cf921fc19cac6f78276c73dc (patch) | |
tree | 994ad484a24e649c113f73538bbe5472ede81979 | |
parent | a09f4017b144c93689d8c5f2511610cb1fc9e777 (diff) | |
download | iciql-1e06e4fc27b71cb3cf921fc19cac6f78276c73dc.tar.gz iciql-1e06e4fc27b71cb3cf921fc19cac6f78276c73dc.zip |
Update to SQLite 3.16.1
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> - <version>3.8.11.2</version> + <version>3.16.1</version> <type>jar</type> <scope>provided</scope> </dependency> |