Update SQLite Driver

This commit is contained in:
Alexandre Vanhecke 2015-08-10 13:37:59 +02:00
parent 253b54da1d
commit 31ae90407a

View File

@ -198,7 +198,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.8.11</version>
<version>3.8.11.1</version>
<scope>compile</scope>
</dependency>