Skip to content

Commit

Permalink
Update flyway to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 3a444ef commit 6b202a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.16")

testFixturesApi("org.assertj:assertj-core:3.26.3")
testFixturesImplementation("org.flywaydb:flyway-core:9.22.3")
testFixturesImplementation("org.flywaydb:flyway-core:10.17.1")
testFixturesImplementation("ch.qos.logback:logback-classic:1.5.7")
}

Expand Down
2 changes: 1 addition & 1 deletion mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ testing {
test {
dependencies {
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.23.1")
implementation("org.flywaydb:flyway-mysql:9.22.3")
implementation("org.flywaydb:flyway-mysql:10.17.1")
implementation(project.dependencies.testFixtures(project(":base")))
}
targets {
Expand Down

0 comments on commit 6b202a6

Please sign in to comment.