SPIGOT-7491: Downgrade bundled SQLite to be updated next release

This commit is contained in:
md_5 2023-10-03 07:17:33 +11:00
parent 44b31da38f
commit 40d41acc1a
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -227,7 +227,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.43.0.0</version>
<version>3.42.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>