Skip to content

Commit

Permalink
fix(deps): update dependency org.xerial:sqlite-jdbc to v3.41.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 6, 2023
1 parent f1a899e commit a01b6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -289,7 +289,7 @@ dependencies {
// Database stuff
implementation 'com.zaxxer:HikariCP:5.0.1'
implementation 'com.h2database:h2:1.4.200'
implementation 'org.xerial:sqlite-jdbc:3.25.2'
implementation 'org.xerial:sqlite-jdbc:3.41.0.0'
// compileOnly 'org.h2.Driver:Driver:1.4.200'
// compileOnly 'com.mysql.jdbc.Driver:Driver:8.0.26'

Expand Down

0 comments on commit a01b6ee

Please sign in to comment.