Update SQLite for Mac M1 support

This commit is contained in:
md_5 2021-01-02 08:44:43 +11:00
parent 560b65c4f8
commit fa6d549d90
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -59,7 +59,7 @@
<dependency> <dependency>
<groupId>org.xerial</groupId> <groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId> <artifactId>sqlite-jdbc</artifactId>
<version>3.32.3</version> <version>3.34.0</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>