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

This commit is contained in:
2024-09-26 09:01:40 +00:00
parent 949bfc38f8
commit 413870bcdd

View File

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