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

This commit is contained in:
2026-07-21 15:01:48 +00:00
parent 034ec69147
commit f6a79a3999
+1 -1
View File
@@ -132,7 +132,7 @@ dependencies {
api 'com.mchange:c3p0:0.14.1'
// SQLite
api 'org.xerial:sqlite-jdbc:3.53.2.0'
api 'org.xerial:sqlite-jdbc:3.53.2.1'
// PostgreSQL
api 'org.postgresql:postgresql:42.7.13'