Skip to content

Commit

Permalink
chore(deps): update dependency org.xerial:sqlite-jdbc to v3.41.0.1 (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 21, 2023
1 parent 8c5405c commit 40c0242
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 @@ -345,7 +345,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.0.0'
library 'org.xerial:sqlite-jdbc:3.41.0.1'
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 40c0242

Please sign in to comment.