We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404c07a commit 0ce9d2fCopy full SHA for 0ce9d2f
database/build.gradle
@@ -7,7 +7,7 @@ var sqliteVersion = "3.40.0.0"
7
dependencies {
8
implementation 'com.google.code.findbugs:jsr305:3.0.2'
9
implementation "org.xerial:sqlite-jdbc:${sqliteVersion}"
10
- implementation 'org.flywaydb:flyway-core:9.12.0'
+ implementation 'org.flywaydb:flyway-core:9.14.0'
11
implementation "org.jooq:jooq:$jooqVersion"
12
13
implementation project(':utils')
0 commit comments