Skip to content

Commit 23e845b

Browse files
Update flyway to v10
1 parent 7c029ba commit 23e845b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

base/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation("org.slf4j:slf4j-api:2.0.16")
1111

1212
testFixturesApi("org.assertj:assertj-core:3.26.3")
13-
testFixturesImplementation("org.flywaydb:flyway-core:9.22.3")
13+
testFixturesImplementation("org.flywaydb:flyway-core:10.18.2")
1414
testFixturesImplementation("ch.qos.logback:logback-classic:1.5.8")
1515
}
1616

mysql/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ testing {
1616
test {
1717
dependencies {
1818
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.24.1")
19-
implementation("org.flywaydb:flyway-mysql:9.22.3")
19+
implementation("org.flywaydb:flyway-mysql:10.18.2")
2020
implementation(project.dependencies.testFixtures(project(":base")))
2121
}
2222
targets {

0 commit comments

Comments
 (0)