Skip to content

Commit

Permalink
fix(deps): update dependency org.xerial:sqlite-jdbc to v3.41.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 20, 2023
1 parent 7d8de87 commit 39e0d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ dependencies {
// Database stuff
library 'com.zaxxer:HikariCP:5.0.1'
library 'com.h2database:h2:2.1.214'
library 'org.xerial:sqlite-jdbc:3.41.2.1'
library 'org.xerial:sqlite-jdbc:3.41.2.2'
library 'org.postgresql:postgresql:42.6.0'
// compileOnly 'org.h2.Driver:Driver:1.4.200'
// compileOnly 'com.mysql.jdbc.Driver:Driver:8.0.26'
Expand Down

0 comments on commit 39e0d56

Please sign in to comment.