Skip to content

Commit 77cc817

Browse files
committed
Revert "Bump org.flywaydb:flyway-core from 10.10.0 to 10.13.0 (#1116)"
This reverts commit 3658366.
1 parent 5e7f69a commit 77cc817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var sqliteVersion = "3.45.0.0"
77
dependencies {
88
implementation 'com.google.code.findbugs:jsr305:3.0.2'
99
implementation "org.xerial:sqlite-jdbc:${sqliteVersion}"
10-
implementation 'org.flywaydb:flyway-core:10.13.0'
10+
implementation 'org.flywaydb:flyway-core:10.10.0'
1111
implementation "org.jooq:jooq:$jooqVersion"
1212

1313
implementation project(':utils')

0 commit comments

Comments
 (0)