Skip to content

Commit

Permalink
Update flyway to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent dcaca5b commit 59392bf
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.27.2")
testFixturesImplementation("org.flywaydb:flyway-core:9.22.3")
testFixturesImplementation("org.flywaydb:flyway-core:11.1.0")
testFixturesImplementation("ch.qos.logback:logback-classic:1.5.15")
}

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

0 comments on commit 59392bf

Please sign in to comment.