Skip to content

Commit

Permalink
update flyway
Browse files Browse the repository at this point in the history
Signed-off-by: neo <[email protected]>
  • Loading branch information
neowu committed Aug 29, 2024
1 parent 1d0e010 commit 9b4ddba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ java {
}

dependencies {
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.7")
implementation("org.flywaydb:flyway-gradle-plugin:10.6.0")
implementation("org.flywaydb:flyway-mysql:10.6.0")
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.20")
implementation("org.flywaydb:flyway-gradle-plugin:10.17.2")
implementation("org.flywaydb:flyway-mysql:10.17.2")
}

0 comments on commit 9b4ddba

Please sign in to comment.