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 Oct 24, 2024
1 parent c133117 commit b65778d
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.20.1")
testFixturesImplementation("ch.qos.logback:logback-classic:1.5.11")
}

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.24.1")
implementation("org.flywaydb:flyway-mysql:9.22.3")
implementation("org.flywaydb:flyway-mysql:10.20.1")
implementation(project.dependencies.testFixtures(project(":base")))
}
targets {
Expand Down

0 comments on commit b65778d

Please sign in to comment.