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

This commit is contained in:
2024-04-16 04:01:50 +00:00
parent d7e8b3d62a
commit 12aa40b160

View File

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