Skip to content

Commit 8b1bff1

Browse files
authored
Upgrading sqlite to 3.34.0
1 parent 958d3f3 commit 8b1bff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dependencies {
9191
api "com.oracle.ojdbc:ojdbc8:19.3.0.0" // for oracle
9292

9393
// api files("./lib/jsql/ojdbc6.jar") // for oracle
94-
api "org.xerial:sqlite-jdbc:3.25.2" // for sqlite
94+
api "org.xerial:sqlite-jdbc:3.34.0" // for sqlite
9595
api "mysql:mysql-connector-java:8.0.26" // for mysql
9696

9797
// Newer MSSQL connection (THIS DOES NOT WORK)

0 commit comments

Comments
 (0)