Skip to content

Commit

Permalink
Rollback to previous flyway version for better mysql support
Browse files Browse the repository at this point in the history
  • Loading branch information
sbearcsiro committed Jul 25, 2022
1 parent 7dffc93 commit 5e6abb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ dependencies {

// regular jar dependencies
implementation 'com.zaxxer:HikariCP:5.0.1'
// implementation "org.flywaydb:flyway-core"
implementation "org.flywaydb:flyway-mysql"
implementation "org.flywaydb:flyway-core:7.15.0"
// implementation "org.flywaydb:flyway-mysql"
runtimeOnly 'mysql:mysql-connector-java:8.0.29'
testRuntimeOnly "com.h2database:h2"
}
Expand Down

0 comments on commit 5e6abb4

Please sign in to comment.