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

Merged
renovate-bot merged 1 commits from renovate/org.xerial-sqlite-jdbc-3.x into master 2025-09-11 17:02:26 +00:00
Showing only changes of commit a81ed497a1 - Show all commits

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'