Update SQLite version

This commit is contained in:
md_5 2023-05-24 19:50:57 +10:00
parent d9324b4bc7
commit 86c816189c
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -221,7 +221,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.41.0.0</version>
<version>3.41.2.2</version>
<scope>runtime</scope>
</dependency>
<dependency>