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

This commit is contained in:
2026-04-14 04:01:15 +00:00
parent 368619692c
commit 4c6b561254

View File

@@ -132,7 +132,7 @@ dependencies {
api 'com.mchange:c3p0:0.12.0'
// SQLite
api 'org.xerial:sqlite-jdbc:3.51.3.0'
api 'org.xerial:sqlite-jdbc:3.53.0.0'
// PostgreSQL
api 'org.postgresql:postgresql:42.7.10'