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

This commit is contained in:
2025-01-15 07:01:40 +00:00
parent 949bfc38f8
commit df1cd9815c

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.48.0.0'
// PostgreSQL
api 'org.postgresql:postgresql:42.7.3'