Bumped the version of sqlite-jdbc from 3.8.11.2 to 3.16.1. #32.

This commit is contained in:
Fabian Schlenz 2017-02-14 22:19:47 +01:00
parent a8325735a3
commit 0b6a771e19
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ dependencies {
compile('com.github.badoualy:kotlogram:666a81ef9d6707f117a3fecc2d21c91d51c7d075') {
exclude module: 'slf4j-simple'
}
compile 'org.xerial:sqlite-jdbc:3.8.11.2'
compile 'org.xerial:sqlite-jdbc:3.16.1'
compile 'com.github.spullara.mustache.java:compiler:0.8.18'
compile 'org.slf4j:slf4j-api:1.7.21'
compile 'ch.qos.logback:logback-classic:1.1.7'