SQLite 3.21.0

https://www.sqlite.org/releaselog/3_21_0.html

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2017-11-18 17:12:20 +11:00
parent cd791fe451
commit 710a2c2781

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>