SQLite 3.21.0

https://www.sqlite.org/releaselog/3_21_0.html
This commit is contained in:
md_5 2017-11-18 17:12:20 +11:00
parent dccd2763bd
commit c432ecf86a

View File

@ -55,7 +55,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.20.1</version>
<version>3.21.0</version>
<scope>runtime</scope>
</dependency>
<dependency>