Update dependency org.xerial:sqlite-jdbc to v3.50.3.0

This commit is contained in:
2025-09-11 17:02:17 +00:00
parent d568678df5
commit a4e99fcc79

View File

@@ -132,7 +132,7 @@ dependencies {
api 'com.mchange:c3p0:0.10.1'
// SQLite
api 'org.xerial:sqlite-jdbc:3.45.3.0'
api 'org.xerial:sqlite-jdbc:3.50.3.0'
// PostgreSQL
api 'org.postgresql:postgresql:42.7.3'