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

This commit is contained in:
2024-03-26 22:02:15 +00:00
parent 2587e6be7c
commit a281bdbf77

View File

@@ -131,7 +131,7 @@ dependencies {
api 'com.mchange:c3p0:0.10.0'
// SQLite
api 'org.xerial:sqlite-jdbc:3.34.0'
api 'org.xerial:sqlite-jdbc:3.45.2.0'
// PostgreSQL
api 'org.postgresql:postgresql:42.2.19'