Skip to content

Commit

Permalink
fix(deps): update dependency com.h2database:h2 to v2 (#60)
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] committed Mar 6, 2023
1 parent 200d557 commit 8c52ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -288,7 +288,7 @@ dependencies {

// Database stuff
implementation 'com.zaxxer:HikariCP:5.0.1'
implementation 'com.h2database:h2:1.4.200'
implementation 'com.h2database:h2:2.1.214'
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 8c52ebb

Please sign in to comment.